Subject: Re: What does this mean ?
To: None <thorpej@nas.nasa.gov>
From: Jacques Hugo <jacques@wired.ctech.ac.za>
List: netbsd-help
Date: 01/31/1997 04:04:05
> > What does this syslog msg mean?
> >
> > -------------------------------
> > /netbsd: mb_map full
> > -------------------------------
>
> It means you've run out of room in the kernel VM map that manages
> space used by mbuf clusters. You can increase the size of this map
> with the NMBCLUSTERS kernel option. For example, on most ports, the
> default size of this map is 256. With the GATEWAY option, it is 512.
> I typically increase it to 1024 on servers.
Thanks for the help, I'll increase the value to 1024.
Regards
-Jacques