Date: Mon, 26 Apr 1999 14:56:45 -0400 From: Dennis Rockwell <dennis@bbn.com> To: mwlucas@exceptionet.com Cc: jonny@jonny.eng.br (Joao Carlos Mendes Luis), stable@FreeBSD.ORG Subject: Re: nmbclusters=4096 doesn't increase mbufs Message-ID: <199904261856.OAA24961@po1.bbn.com> In-Reply-To: Message from mwlucas@exceptionet.com <199904231214.IAA13959@easeway.com> .
next in thread | previous in thread | raw e-mail | index | archive | help
On 23 Apr, mwlucas@exceptionet.com wrote: > We've rebooted twice; once with maxusers = 256, and one with nmbclusters > specifically set. And yes, we did a config, make depend && make all > install. > > > #define quoting(mwlucas@exceptionet.com) > > // scooby# netstat -m > > [ ... ] > > // 128/132 mbuf clusters in use In most Unix kernels I've diddled with (and I can't say for sure about FreeBSD), and cluster count numbers (here as 128/132) should be labelled "in use" and "allocated". The limit for "allocated" (4096) is not given by netstat -m in most cases, since that's not kept in the tables that netstat -m examines. In other words, the 132 is simply the current high-water mark for cluster allocations. Dennis Rockwell dennis@bbn.com GTE Internetworking Powered by BBN +1-617-873-5745 Cambridge, MA +1-617-873-6091 (Fax) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904261856.OAA24961>