From owner-freebsd-current@FreeBSD.ORG Sat Jan 31 09:34:14 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 003CD16A4CE; Sat, 31 Jan 2004 09:34:13 -0800 (PST) Received: from mail.crypta.net (mail.crypta.net [194.97.74.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFEA643D1F; Sat, 31 Jan 2004 09:34:12 -0800 (PST) (envelope-from ah@crypta.net) Received: by mail.crypta.net (Postfix, from userid 1001) id 75583ECD42B; Sat, 31 Jan 2004 18:34:10 +0100 (CET) Date: Sat, 31 Jan 2004 18:34:09 +0100 From: Andy Hilker To: Scott Long Message-ID: <20040131173409.GA79338@mail.crypta.net> References: <20040130124818.T2246@gandalf.midgard.liu.se> <20040131003843.I10185@alpha.siliconlandmark.com> <401BD9D6.7020904@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <401BD9D6.7020904@freebsd.org> User-Agent: Mutt/1.4.1i X-PGP-Key: http://wwwkeys.pgp.net:11371/pks/lookup?op=get&search=0xEC6E1071 X-PGP-Fingerprint: 9B2E 5892 AD93 D5C5 FB8E 3912 35D6 951B EC6E 1071 Organization: cryptobank - Andy Hilker cc: freebsd-current@freebsd.org Subject: Re: 5.2-RELEASE crash X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Jan 2004 17:34:14 -0000 Hi, > Also, the scaling of kern.maxvnodes doesn't work very well. On a large > memory system, it will typically set this to 200,000-300,000. If you > don't need this many, then it is easier to just crank it down to a more > reasonable level than fiddle with the KMEM parameters. And what is reasonable level or how i determine it? :) Andy