mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove bitrot associated with `maxusers'.
Submitted by: bde
This commit is contained in:
parent
7726f76f80
commit
ab0f83bd03
9 changed files with 3 additions and 11 deletions
|
|
@ -24,7 +24,6 @@ machine alpha
|
|||
cpu EV4
|
||||
cpu EV5
|
||||
ident GENERIC
|
||||
maxusers 0
|
||||
|
||||
#To statically compile in device wiring instead of /boot/device.hints
|
||||
#hints "GENERIC.hints"
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@ cpu I486_CPU
|
|||
cpu I586_CPU
|
||||
cpu I686_CPU
|
||||
ident GENERIC
|
||||
maxusers 0
|
||||
|
||||
#To statically compile in device wiring instead of /boot/device.hints
|
||||
#hints "GENERIC.hints" #Default places to look for devices.
|
||||
|
|
|
|||
|
|
@ -44,9 +44,9 @@ ident LINT
|
|||
|
||||
#
|
||||
# The `maxusers' parameter controls the static sizing of a number of
|
||||
# internal system tables by a formula defined in subr_param.c. Setting
|
||||
# maxusers to 0 will cause the system to auto-size based on physical
|
||||
# memory.
|
||||
# internal system tables by a formula defined in subr_param.c.
|
||||
# Omitting this parameter or setting it to 0 will cause the system to
|
||||
# auto-size based on physical memory.
|
||||
#
|
||||
maxusers 10
|
||||
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@ cpu I486_CPU
|
|||
cpu I586_CPU
|
||||
cpu I686_CPU
|
||||
ident GENERIC
|
||||
maxusers 0
|
||||
|
||||
#To statically compile in device wiring instead of /boot/device.hints
|
||||
#hints "GENERIC.hints" #Default places to look for devices.
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@
|
|||
machine ia64
|
||||
cpu ITANIUM
|
||||
ident GENERIC
|
||||
maxusers 0
|
||||
|
||||
#To statically compile in device wiring instead of /boot/device.hints
|
||||
#hints "GENERIC.hints"
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@
|
|||
machine ia64
|
||||
cpu ITANIUM
|
||||
ident SKI
|
||||
maxusers 0
|
||||
|
||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
||||
makeoptions NO_MODULES=yes #Ignore any x86 CPUTYPE
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@ cpu I486_CPU
|
|||
cpu I586_CPU
|
||||
cpu I686_CPU
|
||||
ident GENERIC
|
||||
maxusers 0
|
||||
|
||||
#To statically compile in device wiring instead of /boot/device.hints
|
||||
#hints "GENERIC.hints" #Default places to look for devices.
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@
|
|||
machine powerpc
|
||||
cpu OEA
|
||||
ident GENERIC
|
||||
maxusers 0
|
||||
|
||||
#To statically compile in device wiring instead of /boot/device.hints
|
||||
#hints "GENERIC.hints"
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@
|
|||
machine sparc64
|
||||
cpu SUN4U
|
||||
ident GENERIC
|
||||
maxusers 0
|
||||
|
||||
#To statically compile in device wiring instead of /boot/device.hints
|
||||
#hints "GENERIC.hints" #Default places to look for devices.
|
||||
|
|
|
|||
Loading…
Reference in a new issue