]> git.sur5r.net Git - openldap/commitdiff
Document threadqueues option
authorHoward Chu <hyc@openldap.org>
Mon, 6 Feb 2017 09:30:51 +0000 (09:30 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 6 Feb 2017 09:35:05 +0000 (09:35 +0000)
Implemented in 34f832faee9f215dfdb61de52506f2905258b147

doc/man/man5/slapd-config.5
doc/man/man5/slapd.conf.5

index fc675958a5e8b35807c39d683ffeba5a3247a45f..068111ff712ea1fc84727f9439288d25802bdfa5 100644 (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.
index 5d4de5bb1773202ba19c5b2068dbcbd87dcdad53..6207a1b269b6c485715797a8b1b07e7a41bbdd16 100644 (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> [...]