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/macppc | |
parent | abf15cbda9d010abdba3153706652970114095d7 (diff) |
crank maxusers on some architectures
Diffstat (limited to 'sys/arch/macppc')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/macppc/conf/files.macppc | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 902f79bf210..884f3e713e3 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.179 2008/02/24 21:49:37 uwe Exp $g +# $OpenBSD: GENERIC,v 1.180 2008/03/21 18:44:14 deraadt Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -11,7 +11,7 @@ machine macppc powerpc include "../../../conf/GENERIC" -maxusers 32 # estimated number of users +maxusers 80 # estimated number of users # default type, instructs system to try to determine what proper type is # actual machine type probed via name of openfirmware root node. diff --git a/sys/arch/macppc/conf/files.macppc b/sys/arch/macppc/conf/files.macppc index 3c38a3d14bb..273b6b477fd 100644 --- a/sys/arch/macppc/conf/files.macppc +++ b/sys/arch/macppc/conf/files.macppc @@ -1,11 +1,11 @@ -# $OpenBSD: files.macppc,v 1.58 2007/11/12 19:23:26 kettenis Exp $ +# $OpenBSD: files.macppc,v 1.59 2008/03/21 18:44:14 deraadt Exp $ # # macppc-specific configuration info # maxpartitions 16 -maxusers 2 8 64 +maxusers 2 8 128 file arch/macppc/macppc/autoconf.c file arch/macppc/macppc/clock.c |