|
|
@ -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. |
|
|
|