mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
parent
5c21726f62
commit
6f3c970f47
@ -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.
|
||||
|
@ -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> [...]
|
||||
|
Loading…
Reference in New Issue
Block a user