Document threadqueues option

Implemented in 34f832faee
This commit is contained in:
Howard Chu 2017-02-06 09:30:51 +00:00
parent 5c21726f62
commit 6f3c970f47
2 changed files with 10 additions and 0 deletions

View File

@ -795,6 +795,11 @@ Note that some OS-es implement automatic TCP buffer tuning.
Specify the maximum size of the primary thread pool.
The default is 16; the minimum value is 2.
.TP
.B olcThreadQueues: <integer>
Specify the number of work queues to use for the primary thread pool.
The default is 1 and this is typically adequate for up to 8 CPU cores.
The value should not exceed the number of CPUs in the system.
.TP
.B olcToolThreads: <integer>
Specify the maximum number of threads to use in tool mode.
This should not be greater than the number of CPUs in the system.

View File

@ -1006,6 +1006,11 @@ Note that some OS-es implement automatic TCP buffer tuning.
Specify the maximum size of the primary thread pool.
The default is 16; the minimum value is 2.
.TP
.B threadqueues <integer>
Specify the number of work queues to use for the primary thread pool.
The default is 1 and this is typically adequate for up to 8 CPU cores.
The value should not exceed the number of CPUs in the system.
.TP
.B timelimit {<integer>|unlimited}
.TP
.B timelimit time[.{soft|hard}]=<integer> [...]