Skip to content
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.

Commit

Permalink
Add spl_kmem_cache_kmem_threads man page entry
Browse files Browse the repository at this point in the history
The spl_kmem_cache_kmem_threads module option was accidentally
omitted from the documentation.  Add it.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #512
  • Loading branch information
behlendorf committed Jan 12, 2016
1 parent 466bcf3 commit d297a5a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions man/man5/spl-module-parameters.5
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d297a5a

Please sign in to comment.