From owner-freebsd-performance@FreeBSD.ORG Thu Nov 18 12:08:31 2004 Return-Path: Delivered-To: freebsd-performance@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 057AA16A4CE for ; Thu, 18 Nov 2004 12:08:31 +0000 (GMT) Received: from web14107.mail.yahoo.com (web14107.mail.yahoo.com [216.136.172.137]) by mx1.FreeBSD.org (Postfix) with SMTP id E867A43D46 for ; Thu, 18 Nov 2004 12:08:30 +0000 (GMT) (envelope-from cguttesen@yahoo.dk) Received: (qmail 34442 invoked by uid 60001); 18 Nov 2004 12:08:30 -0000 Message-ID: <20041118120830.34440.qmail@web14107.mail.yahoo.com> Received: from [194.248.174.58] by web14107.mail.yahoo.com via HTTP; Thu, 18 Nov 2004 13:08:30 CET Date: Thu, 18 Nov 2004 13:08:30 +0100 (CET) From: Claus Guttesen To: Arne "Wörner" , Aaron Glenn , freebsd-performance@freebsd.org In-Reply-To: <20041118105543.10295.qmail@web41208.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: I've ran out of ideas X-BeenThere: freebsd-performance@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Performance/tuning List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Nov 2004 12:08:31 -0000 > > You could try adding/tweaking HZ to 1000/2000 in > > kernel and add kern.polling.enable=1 to > > /etc/sysctl.conf. > Here I would like to mention the man page polling(4) > for clarification (it does > not look like the GENERIC kernel can do polling...). Add options HZ=2000 options DEVICE_POLLING to your kernel. Claus