From owner-freebsd-stable@FreeBSD.ORG Thu Oct 12 12:33:21 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 2163716A40F for ; Thu, 12 Oct 2006 12:33:21 +0000 (UTC) (envelope-from serg@tmn.ru) Received: from sbtx.tmn.ru (relay.tmn.ru [212.76.160.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BE6243D69 for ; Thu, 12 Oct 2006 12:33:18 +0000 (GMT) (envelope-from serg@tmn.ru) Received: from sv.tech.sibitex.tmn.ru (sv.tech.sibitex.tmn.ru [10.76.160.59]) by sbtx.tmn.ru (8.13.6/8.13.6) with ESMTP id k9CCX9Tx027820; Thu, 12 Oct 2006 18:33:09 +0600 (YEKST) (envelope-from serg@tmn.ru) Received: from sv.tech.sibitex.tmn.ru (localhost.tech.sibitex.tmn.ru [127.0.0.1]) by sv.tech.sibitex.tmn.ru (8.13.6/8.13.6) with ESMTP id k9CCX9gp011337; Thu, 12 Oct 2006 18:33:09 +0600 (YEKST) (envelope-from serg@sv.tech.sibitex.tmn.ru) Received: (from serg@localhost) by sv.tech.sibitex.tmn.ru (8.13.6/8.13.6/Submit) id k9CCX8Nl011336; Thu, 12 Oct 2006 18:33:08 +0600 (YEKST) (envelope-from serg) Date: Thu, 12 Oct 2006 18:33:08 +0600 From: "Sergey N. Voronkov" To: Pieter de Goeje Message-ID: <20061012123308.GA11268@tmn.ru> References: <20061012034757.GA13214@tmn.ru> <200610121321.16432.pieter@degoeje.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200610121321.16432.pieter@degoeje.nl> User-Agent: Mutt/1.4.2.2i X-Virus-Scanned: ClamAV version 0.88.4, clamav-milter version 0.88.4 on sbtx.tmn.ru X-Virus-Status: Clean Cc: freebsd-stable@freebsd.org Subject: Re: Question on runing STABLE on old Intel SMP boards 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, 12 Oct 2006 12:33:21 -0000 On Thu, Oct 12, 2006 at 01:21:16PM +0200, Pieter de Goeje wrote: > On Thursday 12 October 2006 05:47, you wrote: > > Do you have any tips? (Like running with ACPI disabled ond so on). > > You could try setting kern.hz="100" in /boot/loader.conf. It lowers system > overhead, especially on SMP systems. Thanks for the tip! Havn't compared them: 1) Intel SDS2 (Dual PIII) kern.osrelease: 4.11-RELEASE-p25 kern.clockrate: { hz = 100, tick = 10000, tickadj = 5, profhz = 1024, stathz = 128 } 2) Supermicro X5DPAGG (Dual Xeon) kern.osrelease: 5.5-RELEASE-p8 kern.clockrate: { hz = 100, tick = 10000, profhz = 1024, stathz = 128 } 3) ASUS A8V (Single Athlon64) kern.osrelease: 6.1-RELEASE-p10 kern.clockrate: { hz = 1000, tick = 1000, profhz = 666, stathz = 133 } Serg.