Sat May 29 21:08:44 2021 UTC ()
Reduce maxusers to 8 as GENERIC.

Should be pulled up to netbsd-9 and netbsd-8.


(tsutsui)
diff -r1.67 -r1.68 src/sys/arch/hp300/conf/INSTALL

cvs diff -r1.67 -r1.68 src/sys/arch/hp300/conf/INSTALL (expand / switch to context diff)
--- src/sys/arch/hp300/conf/INSTALL 2021/05/29 21:06:20 1.67
+++ src/sys/arch/hp300/conf/INSTALL 2021/05/29 21:08:44 1.68
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.67 2021/05/29 21:06:20 tsutsui Exp $
+# $NetBSD: INSTALL,v 1.68 2021/05/29 21:08:44 tsutsui Exp $
 #
 # INSTALL machine description file
 #
@@ -40,7 +40,7 @@
 options 	FPSP		# floating point interface for 68040
 
 # Need to set locally
-maxusers	32
+maxusers	8
 
 # Standard system options
 #include 	"conf/compat_netbsd09.config"