diff options
| author | Stephane E. Potvin <sepotvin@FreeBSD.org> | 2007-05-09 02:37:58 +0000 |
|---|---|---|
| committer | Stephane E. Potvin <sepotvin@FreeBSD.org> | 2007-05-09 02:37:58 +0000 |
| commit | c085f6bbf6edddc207b21f167c2884b2b0b6792b (patch) | |
| tree | f768fad9f310697bc9b1f6abb96af42943464116 | |
| parent | c8dffc524abbd3d6698a909517c9bcc38001ea48 (diff) | |
Notes
| -rw-r--r-- | sys/boot/common/loader.8 | 11 |
1 files changed, 10 insertions, 1 deletions
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 |
