boost maximum MAXUSERS to 128
This commit is contained in:
parent
41f102fe0e
commit
fe9074d8dc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue