Add documentation for the vm.kmem_size_min and vm.kmem_size_max tunables.

Approved by: njl (mentor, blanket)
This commit is contained in:
Stephane E. Potvin 2007-05-09 02:37:58 +00:00
parent c8dffc524a
commit c085f6bbf6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=169399

View File

@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd May 5, 2007
.Dd May 8, 2007
.Dt LOADER 8
.Os
.Sh NAME
@ -615,6 +615,15 @@ Sets the size of kernel memory (bytes).
This overrides the value determined when the kernel was compiled.
Modifies
.Dv VM_KMEM_SIZE .
.It Va vm.kmem_size_min
.It Va vm.kmem_size_max
Sets the minimum and maximum (respectively) amount of kernel memory
that will be automatically allocated by the kernel.
These override the values determined when the kernel was compiled.
Modifies
.Dv VM_KMEM_SIZE_MIN
and
.Dv VM_KMEM_SIZE_MAX .
.El
.Ss BUILTIN PARSER
When a builtin command is executed, the rest of the line is taken