Subject: Re: kmem_malloc: mb_map too small
To: None <ilixi@tezcat.net>
From: Chris G Demetriou <Chris_G_Demetriou@ux2.sp.cs.cmu.edu>
List: port-i386
Date: 06/05/1996 01:23:18
> panic: kmem_malloc: mb_map too small
> syncing disks... <3>mb_map full
Redefine NMBCLUSTERS (defined in i386/include/param.h) to a larger
value. The default is 256.
You can do that by hacking param.h, or, better, by using
options NMBCLUSTERS=something in your kernel config file.
Funny i should get that mail now; i'm working on a fix for that
very bug right now. 8-)
chris