diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2001-12-07 18:05:24 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2001-12-07 18:05:24 +0000 |
| commit | 63ea1e904c365b3ac316e0d82a87c6e79767573e (patch) | |
| tree | d19b5f2c8acd2a23fadf53ecde8977bae61261dc /sys | |
| parent | a695793d8817a8e42b4cc0f15c4b00cc687f8476 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/boot/common/loader.8 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/boot/common/loader.8 b/sys/boot/common/loader.8 index 1b828c994cde..1d70aca5135c 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 |
