diff options
author | Brian Behlendorf <[email protected]> | 2015-12-14 09:59:28 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2016-01-12 15:04:37 -0800 |
commit | d297a5a3a1cfa6341ef301780b4fd0545c851bdc (patch) | |
tree | 82a7e64c27e8e6ae7be504aad357df0a696a9e59 /man/man5/spl-module-parameters.5 | |
parent | 466bcf3be5040e161219a7aab14b618a672d4402 (diff) |
Add spl_kmem_cache_kmem_threads man page entry
The spl_kmem_cache_kmem_threads module option was accidentally
omitted from the documentation. Add it.
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #512
Diffstat (limited to 'man/man5/spl-module-parameters.5')
-rw-r--r-- | man/man5/spl-module-parameters.5 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/man/man5/spl-module-parameters.5 b/man/man5/spl-module-parameters.5 index acdd5b658..1d4d73e60 100644 --- a/man/man5/spl-module-parameters.5 +++ b/man/man5/spl-module-parameters.5 @@ -44,6 +44,20 @@ Default value: \fB0x02\fR .sp .ne 2 .na +\fBspl_kmem_cache_kmem_threads\fR (uint) +.ad +.RS 12n +The number of threads created for the spl_kmem_cache task queue. This task +queue is responsible for allocating new slabs for use by the kmem caches. +For the majority of systems and workloads only a small number of threads are +required. +.sp +Default value: \fB4\fR +.RE + +.sp +.ne 2 +.na \fBspl_kmem_cache_reclaim\fR (uint) .ad .RS 12n |