Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/conf boost maximum MAXUSERS to 128



details:   https://anonhg.NetBSD.org/src/rev/347d425a772e
branches:  trunk
changeset: 514726:347d425a772e
user:      perry <perry%NetBSD.org@localhost>
date:      Sun Sep 09 18:36:36 2001 +0000

description:
boost maximum MAXUSERS to 128

diffstat:

 sys/arch/i386/conf/files.i386 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c0bdd6f334bf -r 347d425a772e sys/arch/i386/conf/files.i386
--- a/sys/arch/i386/conf/files.i386     Sun Sep 09 17:42:46 2001 +0000
+++ b/sys/arch/i386/conf/files.i386     Sun Sep 09 18:36:36 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.i386,v 1.192 2001/09/09 11:01:01 tls Exp $
+#      $NetBSD: files.i386,v 1.193 2001/09/09 18:36:36 perry Exp $
 #
 # new style config file for i386 architecture
 #
@@ -6,7 +6,7 @@
 # maxpartitions must be first item in files.${ARCH}.newconf
 maxpartitions 8
 
-maxusers 2 16 64
+maxusers 2 16 128
 
 # APM options
 defopt opt_apm.h       APM_DISABLE APM_FORCE_64K_SEGMENTS APM_NO_IDLE



Home | Main Index | Thread Index | Old Index