From d297a5a3a1cfa6341ef301780b4fd0545c851bdc Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Mon, 14 Dec 2015 09:59:28 -0800 Subject: 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 Closes #512 --- man/man5/spl-module-parameters.5 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'man/man5/spl-module-parameters.5') 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 @@ -41,6 +41,20 @@ concurrently. Default value: \fB0x02\fR .RE +.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 -- cgit v1.2.3