diff options
| author | Mike Smith <msmith@FreeBSD.org> | 1999-01-21 22:03:16 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 1999-01-21 22:03:16 +0000 |
| commit | 4291c3b7ad1d04a82d18a3b0efb8a32448714497 (patch) | |
| tree | b84ab6101cd8c506fe3d024fde1ab81d132f3405 /sys/boot/common/help.common | |
| parent | a397d09e64ad5db8520c4eb2e4707c1070e5a3bd (diff) | |
Notes
Diffstat (limited to 'sys/boot/common/help.common')
| -rw-r--r-- | sys/boot/common/help.common | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sys/boot/common/help.common b/sys/boot/common/help.common index e467b1ca7092..98d21e1eb671 100644 --- a/sys/boot/common/help.common +++ b/sys/boot/common/help.common @@ -203,6 +203,24 @@ $rootdev explicitly. ################################################################################ +# Tset Stunables DSet kernel tunable values + + Various kernel tunable parameters can be overriden by specifying new + values in the environment. + + set kern.ipc.nmbclusters=<value> NMBCLUSTERS + + Set the number of mbuf clusters to be allocated. The value + cannot be set below the default 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. + +################################################################################ # Tshow DShow the values of variables show [<variable>] |
