mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 10:40:19 -04:00
config(5): Update upper limit for maxusers on 64-bit systems
The limit of 384 maxusers for auto configuration was only imposed on
32-bit systems. Document that maxusers scales above 384 based on memory
for 64-bit systems.
PR: 204938
Reported by: David Höppner <0xffea@gmail.com>
(cherry picked from commit 191c624d95)
This commit is contained in:
parent
925211125c
commit
cbd82a22eb
1 changed files with 4 additions and 2 deletions
|
|
@ -23,7 +23,7 @@
|
|||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd February 9, 2020
|
||||
.Dd October 28, 2021
|
||||
.Dt CONFIG 5
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -329,7 +329,9 @@ A value of 0 indicates that the kernel should configure
|
|||
its data structures according to the size of available
|
||||
physical memory.
|
||||
If auto configuration is requested, the kernel will set
|
||||
this tunable to a value between 32 and 384.
|
||||
this tunable to a value between 32 and 384 for 32-bit systems,
|
||||
or scale the value higher based on available memory for 64-bit
|
||||
systems.
|
||||
.Pp
|
||||
As explained in
|
||||
.Xr tuning 7 ,
|
||||
|
|
|
|||
Loading…
Reference in a new issue