diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-12-31 19:29:47 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-12-31 19:29:47 +0000 |
commit | 5fa714951b7a575ca27db27ff26ce77507303286 (patch) | |
tree | 1cdc3fcdb6fddea672f74a792cb797c5541b3a49 | |
parent | ef699c0a7090edef6230444c59346e41aebdd5d4 (diff) |
crank maxusers a little bit
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index e17944de883..2e8ac085a2d 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.210 2007/12/31 19:29:09 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.211 2007/12/31 19:29:46 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 32 # estimated number of users +maxusers 40 # estimated number of users option USER_PCICONF # user-space PCI configuration diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index afdda90298d..a173dc48816 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.598 2007/12/31 19:29:11 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.599 2007/12/31 19:29:46 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -11,7 +11,7 @@ machine i386 include "../../../conf/GENERIC" -maxusers 32 # estimated number of users +maxusers 40 # estimated number of users option USER_PCICONF # user-space PCI configuration |