diff options
author | 2007-12-31 19:29:46 +0000 | |
---|---|---|
committer | 2007-12-31 19:29:46 +0000 | |
commit | 5e11e5dca7cf15453d216645991c3b120092b7bc (patch) | |
tree | 8ca20a7fdbc292a3b1a36ba53ebeb46f953cc8ef | |
parent | enable upgt & lii. both have issues, and will need to be fixed in (diff) | |
download | wireguard-openbsd-5e11e5dca7cf15453d216645991c3b120092b7bc.tar.xz wireguard-openbsd-5e11e5dca7cf15453d216645991c3b120092b7bc.zip |
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 |