mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
sync with GENERIC file, raise maxusers variable from '10' to '32'
This commit is contained in:
parent
8f82c3ea68
commit
780ea96b9a
1 changed files with 2 additions and 2 deletions
|
|
@ -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: SMP-GENERIC,v 1.12 1998/04/29 06:58:43 max Exp $
|
||||
# $Id: SMP-GENERIC,v 1.13 1998/09/15 10:01:13 gibbs Exp $
|
||||
|
||||
machine "i386"
|
||||
# SMP does NOT support 386/486 CPUs.
|
||||
|
|
@ -21,7 +21,7 @@ machine "i386"
|
|||
cpu "I586_CPU"
|
||||
cpu "I686_CPU"
|
||||
ident SMP-GENERIC
|
||||
maxusers 10
|
||||
maxusers 32
|
||||
|
||||
# Create a SMP capable kernel (mandatory options):
|
||||
options SMP # Symmetric MultiProcessor Kernel
|
||||
|
|
|
|||
Loading…
Reference in a new issue