mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 07:07:24 -04:00
*blush* I used EXTRAVNODES everywhere else, but put EXTRA_VNODES in the
example here.. :-(
This commit is contained in:
parent
2f5fc074d9
commit
b8484eb34b
3 changed files with 6 additions and 6 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# LINT -- config file for checking all the sources, tries to pull in
|
||||
# as much of the source tree as it can.
|
||||
#
|
||||
# $Id: LINT,v 1.261 1996/06/07 15:50:08 ache Exp $
|
||||
# $Id: LINT,v 1.262 1996/06/10 00:50:34 alex Exp $
|
||||
#
|
||||
# NB: You probably don't want to try running a kernel built from this
|
||||
# file. Instead, you should start from GENERIC, and add options from
|
||||
|
|
@ -51,7 +51,7 @@ options OPEN_MAX=128
|
|||
# this is an expensive option, it consumes physical non-pageable ram.
|
||||
# A busy news server may benefit from 10,000 extra vnodes or so.
|
||||
#
|
||||
options EXTRA_VNODES=1
|
||||
options EXTRAVNODES=1
|
||||
|
||||
#
|
||||
# A math emulator is mandatory if you wish to run on hardware which
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# LINT -- config file for checking all the sources, tries to pull in
|
||||
# as much of the source tree as it can.
|
||||
#
|
||||
# $Id: LINT,v 1.261 1996/06/07 15:50:08 ache Exp $
|
||||
# $Id: LINT,v 1.262 1996/06/10 00:50:34 alex Exp $
|
||||
#
|
||||
# NB: You probably don't want to try running a kernel built from this
|
||||
# file. Instead, you should start from GENERIC, and add options from
|
||||
|
|
@ -51,7 +51,7 @@ options OPEN_MAX=128
|
|||
# this is an expensive option, it consumes physical non-pageable ram.
|
||||
# A busy news server may benefit from 10,000 extra vnodes or so.
|
||||
#
|
||||
options EXTRA_VNODES=1
|
||||
options EXTRAVNODES=1
|
||||
|
||||
#
|
||||
# A math emulator is mandatory if you wish to run on hardware which
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# LINT -- config file for checking all the sources, tries to pull in
|
||||
# as much of the source tree as it can.
|
||||
#
|
||||
# $Id: LINT,v 1.261 1996/06/07 15:50:08 ache Exp $
|
||||
# $Id: LINT,v 1.262 1996/06/10 00:50:34 alex Exp $
|
||||
#
|
||||
# NB: You probably don't want to try running a kernel built from this
|
||||
# file. Instead, you should start from GENERIC, and add options from
|
||||
|
|
@ -51,7 +51,7 @@ options OPEN_MAX=128
|
|||
# this is an expensive option, it consumes physical non-pageable ram.
|
||||
# A busy news server may benefit from 10,000 extra vnodes or so.
|
||||
#
|
||||
options EXTRA_VNODES=1
|
||||
options EXTRAVNODES=1
|
||||
|
||||
#
|
||||
# A math emulator is mandatory if you wish to run on hardware which
|
||||
|
|
|
|||
Loading…
Reference in a new issue