From owner-freebsd-questions Wed Jun 9 17:27:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 1E42D14BF5 for ; Wed, 9 Jun 1999 17:27:20 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id RAA12720; Wed, 9 Jun 1999 17:27:17 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 17:27:16 -0700 (PDT) From: Doug White To: The Hermit Hacker Cc: freebsd-questions@FreeBSD.ORG Subject: Re: MBUFs ... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 9 Jun 1999, The Hermit Hacker wrote: > On Wed, 9 Jun 1999, Doug White wrote: > > > On Tue, 8 Jun 1999, The Hermit Hacker wrote: > > > > > According to netstat -m, my configuration is as such: > > > > > > 840/1032/1024 mbuf clusters in use (current/peak/max) > > > > > > Peak is 8 clusters over max...how is that possible? And what does that > > > affect? > > > > Network traffic. Normally, the kernel panics when you run out of mbufs. > > > > Solution: increase maxusers. > > Solution: leave maxusers, increase NMBCLUSTERS Ha! We're both right. From /sys/conf/param.c: #ifndef NMBCLUSTERS #define NMBCLUSTERS (512 + MAXUSERS * 16) Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message