Clearing The Mbufs
Giorgos Keramidas
keramida at ceid.upatras.gr
Sun Nov 7 03:21:42 PST 2004
On 2004-11-06 21:30, "Charles.Tips.[ceo].SilentCircuit" <admin at silentcircuit.net> wrote:
> I have been getting an error that all my mbufs are exhausted. I wanted
> to know if there is a way to see what is causing this. I run a machine
> that hosts several websites and was wondering which one of them were
> doing it. Last time it was caused by someone uploading a 70 meg video
> and having about 300 requests per second for it. If anyone has an idea
> please let me know.
mbufs are internal buffers used for passing packet data up or down the
protocol stack inside the FreeBSD kernel.
In FreeBSD 5.X or later, they are `auto-tuned', which means you don't have to
worry about their number.
If you are running an older version of FreeBSD (i.e. one of the 4.X versions),
you might have to change the value of kern.ipc.nmbufs. See the tuning(7)
manpage for hints about this and other things you can do to improve the
performance of your system.
More information about the freebsd-newbies
mailing list