From 03b1add9d3c399e6381bc6aa79b05b5e308149b0 Mon Sep 17 00:00:00 2001 From: rwatson Date: Fri, 7 Dec 2001 18:05:24 +0000 Subject: 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. --- sys/boot/common/loader.8 | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'sys') 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 -- cgit v1.1