diff options
| author | Sean Chittenden <seanc@FreeBSD.org> | 2003-03-04 23:46:29 +0000 |
|---|---|---|
| committer | Sean Chittenden <seanc@FreeBSD.org> | 2003-03-04 23:46:29 +0000 |
| commit | 6087c960b55781b79b212dec547908a93c6047c8 (patch) | |
| tree | 5053bb311f5415f51c3dcdd46f8dd50c7680e2e0 /sys/boot/common | |
| parent | f0757123c92fb5ac4f7b890ee8f235812f286f96 (diff) | |
Notes
Diffstat (limited to 'sys/boot/common')
| -rw-r--r-- | sys/boot/common/help.common | 8 | ||||
| -rw-r--r-- | sys/boot/common/loader.8 | 7 |
2 files changed, 11 insertions, 4 deletions
diff --git a/sys/boot/common/help.common b/sys/boot/common/help.common index fee152f80245..af8b5c7b37d1 100644 --- a/sys/boot/common/help.common +++ b/sys/boot/common/help.common @@ -234,11 +234,15 @@ cannot be set below the default determined when the kernel was compiled. + set kern.ipc.nsfbufs=<value> NSFBUFS + + Set the number of sendfile buffers to be allocated. This + overrides the value determined when the kernel was compiled. + set kern.vm.kmem.size=<value> VM_KMEM_SIZE Sets the size of kernel memory (bytes). This overrides - completely the value determined when the kernel was - compiled. + the value determined when the kernel was compiled. set machdep.disable_mtrrs=1 diff --git a/sys/boot/common/loader.8 b/sys/boot/common/loader.8 index 7c0e2b81e1ba..fa69b360a114 100644 --- a/sys/boot/common/loader.8 +++ b/sys/boot/common/loader.8 @@ -444,10 +444,13 @@ The value cannot be set below the default determined when the kernel was compiled. Modifies .Va NMBCLUSTERS . +.It Va kern.ipc.nsfbufs +Set the number of sendfile buffers to be allocated. +Modifies +.Va NSFBUFS . .It Va kern.vm.kmem.size Sets the size of kernel memory (bytes). -This overrides completely the value -determined when the kernel was compiled. +This overrides the value determined when the kernel was compiled. Modifies .Va VM_KMEM_SIZE . .It Va kern.maxswzone |
