Date: Thu, 06 Feb 1997 10:57:15 -0800 From: David Greenman <dg@root.com> To: Stephen Hovey <shovey@buffnet.net> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: MB_TABLE FULL Message-ID: <199702061857.KAA18107@root.com> In-Reply-To: Your message of "Thu, 06 Feb 1997 10:33:39 EST." <Pine.BSI.3.95.970206103243.2325A-100000@buffnet7.buffnet.net>
next in thread | previous in thread | raw e-mail | index | archive | help
>Anyone know what that means and what one can do about it? > >One of my servers' NFS stopped and this was on the screen. When I went to >shut down it wasnt able to perform the sync on the way down - it timed >out. > >Any ideas? Could that be "mb_map full"? This seems to indicate that you need to increase the nummber of mbuf clusters. This can be done either by increasing "maxusers" in the kernel config file or adding options "NMBCLUSTERS=<n>" where <n> is a number between 1000-4000. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199702061857.KAA18107>