From 6fe4980d4399bb62f3fa11609d93e5bf547d8f11 Mon Sep 17 00:00:00 2001 From: dillon Date: Sun, 9 Dec 2001 01:57:09 +0000 Subject: Allow maxusers to be specified as 0 in the kernel config, which will cause the system to auto-size to between 32 and 512 depending on the amount of memory. MFC after: 1 week --- sys/sparc64/conf/GENERIC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/sparc64/conf') diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC index 9f072a4..4550883 100644 --- a/sys/sparc64/conf/GENERIC +++ b/sys/sparc64/conf/GENERIC @@ -24,7 +24,7 @@ machine sparc64 cpu SUN4U ident GENERIC -maxusers 32 +maxusers 0 #To statically compile in device wiring instead of /boot/device.hints #hints "GENERIC.hints" #Default places to look for devices. -- cgit v1.1