Date: Thu, 13 Dec 2001 11:01:24 -0800 (PST) From: Matthew Dillon <dillon@apollo.backplane.com> To: Dag-Erling Smorgrav <des@ofug.org> 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 ... Message-ID: <200112131901.fBDJ1O170374@apollo.backplane.com> References: <200112090157.fB91v9i60677@freefall.freebsd.org> <xzplmg86roq.fsf@flood.ping.uio.no>
next in thread | previous in thread | raw e-mail | index | archive | help
:> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112131901.fBDJ1O170374>