Date: Sun, 09 Apr 2000 07:05:25 +1000 From: Greg Black <gjb-freebsd@gba.oz.au> To: Per_Hallstrom_NV98ATe@teknikum.vaxjo.se Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Strange kernel panics Message-ID: <nospam-38ef9f15a6088a7@maxim.gba.oz.au> In-Reply-To: <msg63648.thr-1a5ce0f.4c5018@kungsmadskolan.se> of Sat, 08 Apr 2000 13:30:13 %2B0100 References: <msg63648.thr-1a5ce0f.4c5018@kungsmadskolan.se>
next in thread | previous in thread | raw e-mail | index | archive | help
> recompiled it, MaxUsers 256. Now it says that there isn't enough > NMBCLUSTERS (or something like that). Well, i recompiled it. It told me > to raise MaxUsers, so I did, to 512. (If I set it >512 it gives me a > warning.) > It still says that it is out of NMBLUSTERS. And then it reboots. > [...] > I would be very thankful if someone knows why this happens. If anyone > have a kernel config file that you know works, mail me... if that is > the problem. And btw, it's FreeBSD 3.4.. [...] Leave maxusers at 64 (or whatever you would choose for normal operation other than your test). Then add the following line to your config file: options NMBCLUSTERS=4096 #Default=1024 Build and install a new kernel and repeat the test. If it doesn't do what you want, repeat the process with larger values for NMBCLUSTERS until it does work. -- Greg Black -- <gjb@acm.org> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?nospam-38ef9f15a6088a7>