Subject: Re: kern/32287: Processes hang in "mclpl"
To: None <yamt@netbsd.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: Christian Biere <christianbiere@gmx.de>
List: netbsd-bugs
Date: 12/13/2005 02:50:02
The following reply was made to PR kern/32287; it has been noted by GNATS.
From: Christian Biere <christianbiere@gmx.de>
To: gnats-bugs@netbsd.org
Cc:
Subject: Re: kern/32287: Processes hang in "mclpl"
Date: Tue, 13 Dec 2005 03:48:34 +0100
YAMAMOTO Takashi wrote:
> 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.
--
Christian