Antonio SJ Musumeci 4 weeks ago
parent
commit
6d9aa3fbb8
  1. 4
      mkdocs/docs/config/threads.md

4
mkdocs/docs/config/threads.md

@ -39,8 +39,8 @@ Defaults to `-1`
When enabled this sets the number of threads in the message processing pool.
* `process-thread-count=-1`: Process thread pool is disabled.
* `process-thread-count=0`: Create a thread pool sized to the number
of logical CPUs.
* `process-thread-count=0`: Create a thread pool upto `8` process
threads depending on the CPU core count.
* `process-thread-count=N` where `N>0`: Create a thread pool of `N` threads.
* `process-thread-count=N` where `N<-1`: Create a thread pool of `CPUCount /
-N` threads.

Loading…
Cancel
Save