From c085f6bbf6edddc207b21f167c2884b2b0b6792b Mon Sep 17 00:00:00 2001 From: "Stephane E. Potvin" Date: Wed, 9 May 2007 02:37:58 +0000 Subject: [PATCH] Add documentation for the vm.kmem_size_min and vm.kmem_size_max tunables. Approved by: njl (mentor, blanket) --- sys/boot/common/loader.8 | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/sys/boot/common/loader.8 b/sys/boot/common/loader.8 index e333c3b8ddf5..d7d7568e6a81 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