summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2001-12-07 18:05:24 +0000
committerrwatson <rwatson@FreeBSD.org>2001-12-07 18:05:24 +0000
commit03b1add9d3c399e6381bc6aa79b05b5e308149b0 (patch)
treed19b5f2c8acd2a23fadf53ecde8977bae61261dc /sys/boot
parent73c70b7363297be415c9ecf8e253117740ac6ce0 (diff)
downloadFreeBSD-src-03b1add9d3c399e6381bc6aa79b05b5e308149b0.zip
FreeBSD-src-03b1add9d3c399e6381bc6aa79b05b5e308149b0.tar.gz
o Expand list of tunables documented in loader.8 to include kern.maxusers,
since other related tunables were also documented here. Add a cross reference to tuning(7) for information on setting this value appropriately.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/common/loader.88
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/boot/common/loader.8 b/sys/boot/common/loader.8
index 1b828c9..1d70aca 100644
--- a/sys/boot/common/loader.8
+++ b/sys/boot/common/loader.8
@@ -397,6 +397,13 @@ explicitly.
Other variables are used to override kernel tunable parameters.
The following tunables are available:
.Bl -tag -width Va
+.It Va kern.maxusers
+Set the size of a number of statically allocated system tables; see
+.Xr tuning 7
+for a description of how to select an appropriate value for this
+tunable.
+When set, this tunable replaces the value declared in the kernel
+compile-time configuration file.
.It Va kern.ipc.nmbclusters
Set the number of mbuf clusters to be allocated.
The value cannot be set below the default
@@ -787,6 +794,7 @@ Unspecified error.
.Sh SEE ALSO
.Xr libstand 3 ,
.Xr loader.conf 5 ,
+.Xr tuning 7 ,
.Xr boot 8 ,
.Xr btxld 8
.Sh STANDARDS
OpenPOWER on IntegriCloud