From owner-freebsd-questions Thu Feb 6 10:57:22 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA22002 for questions-outgoing; Thu, 6 Feb 1997 10:57:22 -0800 (PST) Received: from root.com (implode.root.com [198.145.90.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA21996 for ; Thu, 6 Feb 1997 10:57:17 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by root.com (8.7.6/8.6.5) with SMTP id KAA18107; Thu, 6 Feb 1997 10:57:15 -0800 (PST) Message-Id: <199702061857.KAA18107@root.com> X-Authentication-Warning: implode.root.com: Host localhost [127.0.0.1] didn't use HELO protocol To: Stephen Hovey cc: freebsd-questions@FreeBSD.ORG Subject: Re: MB_TABLE FULL In-reply-to: Your message of "Thu, 06 Feb 1997 10:33:39 EST." From: David Greenman Reply-To: dg@root.com Date: Thu, 06 Feb 1997 10:57:15 -0800 Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >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=" where is a number between 1000-4000. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project