From owner-freebsd-arch@FreeBSD.ORG Thu Nov 4 14:06:45 2004 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E97F16A4CE for ; Thu, 4 Nov 2004 14:06:45 +0000 (GMT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D62343D54 for ; Thu, 4 Nov 2004 14:06:45 +0000 (GMT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.13.1/8.13.1) with ESMTP id iA4E5ptB031234; Thu, 4 Nov 2004 09:05:51 -0500 (EST) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)iA4E5jw5031231; Thu, 4 Nov 2004 09:05:51 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Thu, 4 Nov 2004 09:05:45 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Poul-Henning Kamp In-Reply-To: <39210.1099557885@critter.freebsd.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: arch@freebsd.org Subject: Re: HEADSUP: HZ=1000 by default on i386 X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 14:06:45 -0000 On Thu, 4 Nov 2004, Poul-Henning Kamp wrote: > We increasingly need better granularity in our sleep/wakeup calls and > things like device polling and trafic shaping needs higher granularity > in particular. > > So pending any really good arguments to the contrary I plan to increase > HZ to 1000 on i386 this weekend. I don't object to increasing HZ, but will note that it results in a slight increase in overhead relative to lower values on the same hadware. It was observed to me, however, that with modern CPUs, running HZ ten times faster still results in a less overhead than on older processors with the slower HZ, so... :-) Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Principal Research Scientist, McAfee Research > > You can still define any HZ value you like in your kernel config file > or even set it from the loader. > > -- > Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 > phk@FreeBSD.ORG | TCP/IP since RFC 956 > FreeBSD committer | BSD since 4.3-tahoe > Never attribute to malice what can adequately be explained by incompetence. > _______________________________________________ > freebsd-arch@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-arch > To unsubscribe, send any mail to "freebsd-arch-unsubscribe@freebsd.org" >