From owner-freebsd-questions Sun Apr 9 0:31:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from maxim.gba.oz.au (gba.tmx.com.au [203.9.155.249]) by hub.freebsd.org (Postfix) with SMTP id 4601D37B69C for ; Sun, 9 Apr 2000 00:31:39 -0700 (PDT) (envelope-from gjb-freebsd@gba.oz.au) Received: (qmail 35025 invoked by uid 1001); 9 Apr 2000 07:05:26 +1000 X-Posted-By: GBA-Post 2.02.01 12-Dec-1999 X-PGP-Fingerprint: 5A91 6942 8CEA 9DAB B95B C249 1CE1 493B 2B5A CE30 Message-Id: Date: Sun, 09 Apr 2000 07:05:25 +1000 From: Greg Black To: Per_Hallstrom_NV98ATe@teknikum.vaxjo.se Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Strange kernel panics References: In-reply-to: of Sat, 08 Apr 2000 13:30:13 +0100 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > 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 -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message