Subject: Re: kern/32287: Processes hang in "mclpl"
To: None <gnats-bugs@netbsd.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: netbsd-bugs
Date: 12/13/2005 18:59:38
> > it runs out of mb_map. so increasing NMBCLUSTERS can be a workaround.
> > (the famous "increase NMBCLUSTERS" message didn't appear due to a bug.)
>
> After reading PR 31275 I decided to bump kern.somaxkva from 2^24
> to 2^26. This seems to be another workaround.
kern.somaxkva is about kva from kernel_map.
it isn't directly related to mb_map.
YAMAMOTO Takashi