From owner-cvs-all@FreeBSD.ORG Tue Aug 3 02:25:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11A4F16A4CE; Tue, 3 Aug 2004 02:25:53 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id E777343D58; Tue, 3 Aug 2004 02:25:52 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.13.1/8.12.11) with ESMTP id i732PqDT017787; Mon, 2 Aug 2004 19:25:52 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id i732PqLW017786; Mon, 2 Aug 2004 19:25:52 -0700 (PDT) (envelope-from obrien) Date: Mon, 2 Aug 2004 19:25:52 -0700 From: "David O'Brien" To: Scott Long Message-ID: <20040803022552.GB17554@dragon.nuxi.com> References: <200408022152.i72Lqhig042925@repoman.freebsd.org> <410EE627.8090105@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <410EE627.8090105@freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 02:25:53 -0000 On Mon, Aug 02, 2004 at 07:11:03PM -0600, Scott Long wrote: > > Log: > > Put a cap on the auto-tuning of kern.maxvnodes. > > Cap value chosen by: scottl .. > Well, the number that I gave was really only a suggestion and is > far too low to be useful on in a production environment like > squid or a mail/imap server. What we should really be doing is > scaling based on the size of the kmem_map. What relationship to the size of the kmem_map do you want 'kern.maxvnodes' to have? -- -- David (obrien@FreeBSD.org)