From owner-freebsd-emulation@FreeBSD.ORG Wed Jun 2 04:26:43 2004 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6FC416A4CE for ; Wed, 2 Jun 2004 04:26:43 -0700 (PDT) Received: from mail1.arcor-ip.de (mail1.arcor-ip.de [145.253.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 207CD43D31 for ; Wed, 2 Jun 2004 04:26:43 -0700 (PDT) (envelope-from Lutz.Kittler@sse-erfurt.de) Received: from mail.sse-erfurt.de (145.253.64.194) by mail1.arcor-ip.de (5.5.044) id 40BC748300038442 for freebsd-emulation@freebsd.org; Wed, 2 Jun 2004 13:26:29 +0200 Received: from master.sse-erfurt.de (mailhost.sse-erfurt.de [192.105.75.4]) by mail.sse-erfurt.de (Postfix) with ESMTP id 3F4F012CC2 for ; Wed, 2 Jun 2004 13:26:28 +0200 (CEST) Received: from tycho.sse-erfurt.de (kittler@tycho.sse-erfurt.de [192.105.75.11])id NAA02519 for ; Wed, 2 Jun 2004 13:26:27 +0200 From: Lutz Kittler To: freebsd-emulation@freebsd.org Date: Wed, 2 Jun 2004 13:26:27 +0200 User-Agent: KMail/1.5 References: <40BDB549.4010203@web.de> In-Reply-To: <40BDB549.4010203@web.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200406021326.27141.Lutz.Kittler@sse-erfurt.de> Subject: Re: rtc and kern.hz setting X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jun 2004 11:26:43 -0000 Am Mittwoch, 2. Juni 2004 13:08 schrieb Kay Lehmann: > Hello everybody, > > sorry I have to ask this, but can you tell me where (how) I have to set > kern.hz. It was sometimes said that a value of 1000 should be a good > choice for vmware. And since I get errors when vmware is under heavy > load, I want to increase it (it seems to be set to 100, according to the > error-messages). Is this a kernel option (there is no note about it in > LINT) or is it a sysctl-variable (when it is, it isn't set yet)? > > Thanks and greets, > Kay see LINT: options HZ=100 Lutz