diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-03-21 18:44:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-03-21 18:44:15 +0000 |
commit | c42d212cbf9583043a1efdc8cba13a65182472f1 (patch) | |
tree | ac2a2c35cb50ab0ff0196dd765c1624871d191a0 /sys/arch/amd64 | |
parent | abf15cbda9d010abdba3153706652970114095d7 (diff) |
crank maxusers on some architectures
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index a3b2d0dfdf7..4fa9e13dd17 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.217 2008/03/16 19:00:28 oga Exp $ +# $OpenBSD: GENERIC,v 1.218 2008/03/21 18:44:14 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -11,7 +11,7 @@ machine amd64 include "../../../conf/GENERIC" -maxusers 40 # estimated number of users +maxusers 80 # estimated number of users option USER_PCICONF # user-space PCI configuration |