From owner-freebsd-questions Thu Jul 11 02:22:10 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA28869 for questions-outgoing; Thu, 11 Jul 1996 02:22:10 -0700 (PDT) Received: from root.com (implode.root.com [198.145.90.17]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id CAA28862 for ; Thu, 11 Jul 1996 02:22:04 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by root.com (8.7.5/8.6.5) with SMTP id CAA06616; Thu, 11 Jul 1996 02:21:49 -0700 (PDT) Message-Id: <199607110921.CAA06616@root.com> X-Authentication-Warning: implode.root.com: Host localhost [127.0.0.1] didn't use HELO protocol To: Paul Walsh cc: questions@freebsd.org Subject: Re: mb_map full? In-reply-to: Your message of "Thu, 11 Jul 1996 10:02:18 BST." <31E4C31A.3751@nation-net.com> From: David Greenman Reply-To: davidg@root.com Date: Thu, 11 Jul 1996 02:21:48 -0700 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >This message greeted me this morning: > >www /kernel: mb_map full > >Is this the NMBCLUSTERS too small problem or something else. Yes. > Isn't there >a BSDI patch relating to this same problem? If there were, it wouldn't be relavent to FreeBSD. You need to either increase maxusers or add an options "NMBCLUSTERS=" to your kernel config file. A suitable value might be 2000 or 4000 depending on the size of the machine and the number of simultaneous network connections. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project