diff options
author | dillon <dillon@FreeBSD.org> | 2001-12-09 01:57:09 +0000 |
---|---|---|
committer | dillon <dillon@FreeBSD.org> | 2001-12-09 01:57:09 +0000 |
commit | 6fe4980d4399bb62f3fa11609d93e5bf547d8f11 (patch) | |
tree | 984073874a0fe22a637b08b562d194a06c9231ee /sys/alpha/conf | |
parent | 2d4ab797edceb2f8ae654e137e3d0b2f1f94f8b3 (diff) | |
download | FreeBSD-src-6fe4980d4399bb62f3fa11609d93e5bf547d8f11.zip FreeBSD-src-6fe4980d4399bb62f3fa11609d93e5bf547d8f11.tar.gz |
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
Diffstat (limited to 'sys/alpha/conf')
-rw-r--r-- | sys/alpha/conf/GENERIC | 2 | ||||
-rw-r--r-- | sys/alpha/conf/NOTES | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index e55b660..efcfcaa 100644 --- a/sys/alpha/conf/GENERIC +++ b/sys/alpha/conf/GENERIC @@ -25,7 +25,7 @@ machine alpha cpu EV4 cpu EV5 ident GENERIC -maxusers 32 +maxusers 0 #To statically compile in device wiring instead of /boot/device.hints #hints "GENERIC.hints" diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES index e55b660..efcfcaa 100644 --- a/sys/alpha/conf/NOTES +++ b/sys/alpha/conf/NOTES @@ -25,7 +25,7 @@ machine alpha cpu EV4 cpu EV5 ident GENERIC -maxusers 32 +maxusers 0 #To statically compile in device wiring instead of /boot/device.hints #hints "GENERIC.hints" |