From owner-freebsd-smp@FreeBSD.ORG Mon May 28 20:45:27 2007 Return-Path: X-Original-To: freebsd-smp@freebsd.org Delivered-To: freebsd-smp@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7B30816A47B for ; Mon, 28 May 2007 20:45:27 +0000 (UTC) (envelope-from chrcoluk@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.freebsd.org (Postfix) with ESMTP id 6514C13C455 for ; Mon, 28 May 2007 20:45:26 +0000 (UTC) (envelope-from chrcoluk@gmail.com) Received: by ug-out-1314.google.com with SMTP id u2so980216uge for ; Mon, 28 May 2007 13:45:25 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Q3blIWkcNFm318N4dWP1rHlH90RNxyyHmT1EFNo/QAUzoTjuChmpgW/qd3mA/+AR/GSIDi8FMtyq/q5UW6Xw5mZ0A0dmOkRMmLkDuoyXIBXRHTqLfSUEboVB6saZJEAWKjIizUwcn0z8iZuBewEbVjUp52Yfi90n2MR+RMTBZB4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UdYkT0GDQm45/1D3aqzTqcAKlIhkTOHfKMMxBVUlZKniEFGEEks/RdGlSuZd2iQTvMiQ+oyWZvKtFmTYs8IIPFhhoUoX3ZKVsxg4l+F2uqo6uzGhTZZkX+ldxyXVI0S6K56lYhZbk2lK92vrzI5sxh+GptJvPXfbRugPqPNryTc= Received: by 10.66.217.5 with SMTP id p5mr2850664ugg.1180385125413; Mon, 28 May 2007 13:45:25 -0700 (PDT) Received: by 10.67.24.16 with HTTP; Mon, 28 May 2007 13:45:25 -0700 (PDT) Message-ID: <3aaaa3a0705281345k7e3244e8v75e42f3d55884b00@mail.gmail.com> Date: Mon, 28 May 2007 21:45:25 +0100 From: Chris To: Paul In-Reply-To: <20070528193726.2B0FE1242@fep7.cogeco.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <00b301c785b9$0bc9b180$b6db87d4@multiplay.co.uk> <20070423155922.GA1156@xor.obsecurity.org> <20070424010422.9E9376A4@fep3.cogeco.net> <20070424021553.GA4224@xor.obsecurity.org> <20070424025031.F0841AE5@fep1.cogeco.net> <20070424035249.GA5598@xor.obsecurity.org> <3aaaa3a0705050423x72b78952wfd530a492c9cea14@mail.gmail.com> <20070523145728.F040562B@fep2.cogeco.net> <3aaaa3a0705271620g1fc39b84ua539c8daf194c065@mail.gmail.com> <20070528193726.2B0FE1242@fep7.cogeco.net> Cc: freebsd-smp@freebsd.org Subject: Re: System Cpu Between 50-70% and need to find out why X-BeenThere: freebsd-smp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD SMP implementation group List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 20:45:27 -0000 On 28/05/07, Paul wrote: > > > > >I will run tests on a local box but I cant be toggling the kernels on > >my production servers. > > > >Thanks > > > >Chris > > Hi Chris, > > So have you removed the QUOTA feature from your production boxes? I > am curious what you did here to get things working on the stable 6.2? > > I am amazed more people are not having an issue with this. > > Thanks > > Paul > > no I use QUOTA but put up with the performance hit, all my production servers are dual core now and new ones will be core 2 duos so I work round it with raw power, also using SATA hds instead of PATA. I dont use QUOTA on every single server tho, just the commercial web servers. Chris