summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1998-09-04 19:55:51 +0000
committermsmith <msmith@FreeBSD.org>1998-09-04 19:55:51 +0000
commitf8b9e8745634acb7bece69b09196d261a1c54f9e (patch)
tree9d74b8a9d1cff3a765850b7f7e0b4a20e1c38c40 /sys
parent0000252549bd16445f7a9c45ff41b295a8bc653d (diff)
downloadFreeBSD-src-f8b9e8745634acb7bece69b09196d261a1c54f9e.zip
FreeBSD-src-f8b9e8745634acb7bece69b09196d261a1c54f9e.tar.gz
Increase 'maxusers' to 32; with the number of people using GENERIC as
their one-size-fits-all kernel, this should help reduce the "out of foo" reports. Reviewed by: jkh
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/conf/GENERIC4
-rw-r--r--sys/i386/conf/GENERIC4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 525343b..17978d9 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -11,7 +11,7 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
-# $Id: GENERIC,v 1.113 1998/08/16 17:14:59 wpaul Exp $
+# $Id: GENERIC,v 1.114 1998/08/17 16:46:33 bde Exp $
machine "i386"
cpu "I386_CPU"
@@ -19,7 +19,7 @@ cpu "I486_CPU"
cpu "I586_CPU"
cpu "I686_CPU"
ident GENERIC
-maxusers 10
+maxusers 32
options MATH_EMULATE #Support for x87 emulation
options INET #InterNETworking
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 525343b..17978d9 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -11,7 +11,7 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
-# $Id: GENERIC,v 1.113 1998/08/16 17:14:59 wpaul Exp $
+# $Id: GENERIC,v 1.114 1998/08/17 16:46:33 bde Exp $
machine "i386"
cpu "I386_CPU"
@@ -19,7 +19,7 @@ cpu "I486_CPU"
cpu "I586_CPU"
cpu "I686_CPU"
ident GENERIC
-maxusers 10
+maxusers 32
options MATH_EMULATE #Support for x87 emulation
options INET #InterNETworking
OpenPOWER on IntegriCloud