From owner-cvs-all Mon Aug 20 0:55:12 2001 Delivered-To: cvs-all@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [24.14.150.180]) by hub.freebsd.org (Postfix) with ESMTP id 0AA5B37B413; Mon, 20 Aug 2001 00:55:06 -0700 (PDT) (envelope-from peter@wemm.org) Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id f7K7t5M67619; Mon, 20 Aug 2001 00:55:05 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id D5E6C3811; Mon, 20 Aug 2001 00:55:05 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Matt Dillon Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/common loader.8 src/sys/conf options src/sys/i386/i386 machdep.c src/sys/i386/include param.h src/sys/kern subr_param.c src/sys/sys buf.h src/sys/vm swap_pager.c In-Reply-To: <200108200041.f7K0fD807805@freefall.freebsd.org> Date: Mon, 20 Aug 2001 00:55:05 -0700 From: Peter Wemm Message-Id: <20010820075505.D5E6C3811@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Matt Dillon wrote: > dillon 2001/08/19 17:41:13 PDT > > Modified files: > sys/boot/common loader.8 > sys/conf options > sys/i386/i386 machdep.c > sys/i386/include param.h > sys/kern subr_param.c > sys/sys buf.h > sys/vm swap_pager.c > Log: > Limit the amount of KVM reserved for the buffer cache and for swap-meta > information. The default limits only effect machines with > 1GB of ram > and can be overriden with two new kernel conf variables VM_SWZONE_SIZE_MAX > and VM_BCACHE_SIZE_MAX, or with loader variables kern.maxswzone and > kern.maxbcache. This has the effect of leaving more KVM available for > sizing NMBCLUSTERS and 'maxusers' and should avoid tripups where a sysad > adds memory to a machine and then sees the kernel panic on boot due to > running out of KVM. And how about the rest of the platforms? You have broken them by putting references to a MD include (sys/i386/include/param.h) into a MI file (subr_param.c). Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message