From owner-cvs-src@FreeBSD.ORG Thu Jul 10 15:15:38 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD66D37B407 for ; Thu, 10 Jul 2003 15:15:38 -0700 (PDT) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id E6F7943FB1 for ; Thu, 10 Jul 2003 15:15:35 -0700 (PDT) (envelope-from silby@silby.com) Received: (qmail 18345 invoked from network); 10 Jul 2003 22:15:34 -0000 Received: from niwun.pair.com (HELO localhost) (209.68.2.70) by relay.pair.com with SMTP; 10 Jul 2003 22:15:34 -0000 X-pair-Authenticated: 209.68.2.70 Date: Thu, 10 Jul 2003 17:15:15 -0500 (CDT) From: Mike Silbersack To: "Alan L. Cox" In-Reply-To: <3F0DCEFE.2916E707@imimic.com> Message-ID: <20030710171232.T1451@odysseus.silby.com> References: <200307080457.h684vRM7009343@gw.catspoiler.org> <20030708004340.T6733@odysseus.silby.com> <20030710182436.GA6484@HAL9000.homeunix.com> <20030710153734.GA1101@technokratis.com> <3F0DCEFE.2916E707@imimic.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: src-committers@FreeBSD.org cc: Bosko Milekic cc: cvs-src@FreeBSD.org cc: David Schultz cc: Don Lewis cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_param.c sys_pipe.c src/sys/sys pipe.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jul 2003 22:15:39 -0000 On Thu, 10 Jul 2003, Alan L. Cox wrote: > The other factor here is PAE. Some of our autosizing functions take > into account the amount of physical memory but not the amount of > available KVA. The old vnode autosizing was a case in point. > > Regards, > Alan FWIW, I'm going to add a init_param3 function in subr_param which will be used to auto-scale values which should scale to the size of the kernel map, not the size of physical ram. Pipes will be sized in there, and I may move over some of the other autosizing values as well. That should improve the autosizing situation quite a bit. Mike "Silby" Silbersack