Subject: Re: mb_map full
To: Gary D. Duzan <gary@wheel.tiac.net>
From: Frank van der Linden <frank@fwi.uva.nl>
List: current-users
Date: 03/27/1995 21:47:22
Quoting Gary D. Duzan,

> Mar 27 07:03:19 wheel /netbsd: mb_map full

> Should I start panicing now? Should my kernel? Is there an easy way
> to configure more mbufs? Thanks.

Wait! Calm down! :) There is an easy way to increase the number of
mbufs (when recompiling a kernel, anyway). You can add the line

options	NMBCLUSTERS=<number>

The default number is 256, the GATEWAY option makes it 512. I have
set this to 1024 on a machine with lots of connections once, to be
on the very safe side..

- Frank