From owner-cvs-all Thu Dec 13 11: 1:36 2001 Delivered-To: cvs-all@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id 61F3837B419; Thu, 13 Dec 2001 11:01:27 -0800 (PST) Received: (from dillon@localhost) by apollo.backplane.com (8.11.6/8.9.1) id fBDJ1O170374; Thu, 13 Dec 2001 11:01:24 -0800 (PST) (envelope-from dillon) Date: Thu, 13 Dec 2001 11:01:24 -0800 (PST) From: Matthew Dillon Message-Id: <200112131901.fBDJ1O170374@apollo.backplane.com> To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/config mkoptions.c src/sys/alpha/alpha machdep.c src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC NEWCARD src/sys/i386/i386 machdep.c src/sys/ia64/conf GENERIC src/sys/ia64/ia64 machdep.c src/sys/kern subr_param.c ... References: <200112090157.fB91v9i60677@freefall.freebsd.org> 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 :> Allow maxusers to be specified as 0 in the kernel config, which will :> cause the system to auto-size to between 32 and 512 depending on the :> amount of memory. : :Hmm, one thing I'd like to see in conjunction with this is something :that warns you if you set kern.ipc.nmbclusters lower than the default; :maybe something like this very rough patch: : :--- subr_mbuf.c 1 Dec 2001 00:21:30 -0000 1.11 :+++ subr_mbuf.c 12 Dec 2001 21:41:44 -0000 :@@ -157,6 +157,8 @@ :.. I'm holding off making any more changes for the moment. Mike Silbersack is working on a more sophisticated version of the maxusers patch. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message