From owner-freebsd-stable@FreeBSD.ORG Thu Apr 27 19:17:31 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 240E216A401 for ; Thu, 27 Apr 2006 19:17:31 +0000 (UTC) (envelope-from ml@sd2i.com) Received: from www2.sd2i.net (www2.sd2i.net [81.80.186.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB36343D49 for ; Thu, 27 Apr 2006 19:17:30 +0000 (GMT) (envelope-from ml@sd2i.com) Received: from [192.168.1.127] (ADijon-257-1-97-54.w86-218.abo.wanadoo.fr [86.218.160.54]) by www2.sd2i.net (Postfix) with ESMTP id 5550D3F7FE for ; Thu, 27 Apr 2006 21:17:29 +0200 (CEST) Message-ID: <445118C8.7020603@sd2i.com> Date: Thu, 27 Apr 2006 21:17:28 +0200 From: "ml@sd2i.com" User-Agent: Thunderbird 1.5.0.2 (Macintosh/20060308) MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <20060427160536.M96305@atlantis.atlantis.dp.ua> <20060427181226.GA66431@xor.obsecurity.org> <44510CBE.6050102@sd2i.com> <20060427183541.GA67363@xor.obsecurity.org> In-Reply-To: <20060427183541.GA67363@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: RELENG_4 -> 5 -> 6: significant performance regression X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Apr 2006 19:17:31 -0000 Kris Kennaway a écrit : > On Thu, Apr 27, 2006 at 08:26:06PM +0200, ml@sd2i.com wrote: >> Kris Kennaway a ?crit : >>> On Thu, Apr 27, 2006 at 05:08:11PM +0300, Dmitry Pryanishnikov wrote: >>> >>> >>>> options QUOTA >>> This definitely effects performance on 6.x since it makes your >>> filesystem giant-locked, which may also interfere with your network >>> processing. >> Why would QUOTA affect performance more on 6.x than 4.x ? I would like >> to understand because i think a system cannot be secure without QUOTA > > It makes filesystem writes acquire Giant, which blocks other kernel > code that needs to also acquire Giant. When the need to acquire Giant > was removed from the mainstream UFS code in 6.0 it was an enormous > performance improvement. Thanks for your anwser, but i'm not sure i understand... You wrote that Giant is needed in 6.0 and now you write it has been removed. So is it removed for 6-STABLE ? 6.1-rc ? Since i already use 6.x boxes, and i do have performance issues, i would upgrade to the right version immediatly R.