Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Nov 2000 03:26:34 -0500
From:      Bill Fumerola <billf@chimesnet.com>
To:        Kaltashkin Eugene <zhecka@klondike.ru>
Cc:        hackers@freebsd.org
Subject:   Re: mbuf allocation error
Message-ID:  <20001109032634.K37870@jade.chc-chimes.com>
In-Reply-To: <200011090824.LAA10460@ns.klondike.ru>; from zhecka@klondike.ru on Thu, Nov 09, 2000 at 11:23:27AM %2B0000
References:  <200011090824.LAA10460@ns.klondike.ru>

next in thread | previous in thread | raw e-mail | index | archive | help

[ don't cross post, followups to hackers (was on stable) ]

On Thu, Nov 09, 2000 at 11:23:27AM +0000, Kaltashkin Eugene wrote:

> #netstat -m
> 567/2176/4096 mbufs in use (current/peak/max):
>         317 mbufs allocated to data
>         250 mbufs allocated to packet headers
> 296/1024/1024 mbuf clusters in use (current/peak/max)
> 
> where i can increase amount of mbuf ?
> sysctl say what this variables is readonly :(

options	NMBCLUSTERS=8192

or whatever in your kernel.

or

kern.ipc.nmbclusters="8192"        # Set the number of mbuf clusters

in /boot/loader.conf

-- 
Bill Fumerola - Lame Duck, BOFH     / Chimes, Inc.
                billf@chimesnet.com / billf@FreeBSD.org





To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001109032634.K37870>