summaryrefslogtreecommitdiffstats
path: root/sys/boot/common
diff options
context:
space:
mode:
authorsepotvin <sepotvin@FreeBSD.org>2007-05-09 02:37:58 +0000
committersepotvin <sepotvin@FreeBSD.org>2007-05-09 02:37:58 +0000
commitb4394c2c3f9e46818141a9dd626636bb321b74d2 (patch)
treef768fad9f310697bc9b1f6abb96af42943464116 /sys/boot/common
parentf02e42b61a9dbec3077c5d9a0836be2099913d0c (diff)
downloadFreeBSD-src-b4394c2c3f9e46818141a9dd626636bb321b74d2.zip
FreeBSD-src-b4394c2c3f9e46818141a9dd626636bb321b74d2.tar.gz
Add documentation for the vm.kmem_size_min and vm.kmem_size_max tunables.
Approved by: njl (mentor, blanket)
Diffstat (limited to 'sys/boot/common')
-rw-r--r--sys/boot/common/loader.811
1 files changed, 10 insertions, 1 deletions
diff --git a/sys/boot/common/loader.8 b/sys/boot/common/loader.8
index e333c3b..d7d7568 100644
--- a/sys/boot/common/loader.8
+++ b/sys/boot/common/loader.8
@@ -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
OpenPOWER on IntegriCloud