Antonio SJ Musumeci 7 days ago
parent
commit
ab877b903c
  1. 4
      mkdocs/docs/config/threads.md

4
mkdocs/docs/config/threads.md

@ -16,9 +16,9 @@ from the kernel.
* `read-thread-count=N` where `N>0`: Create a thread pool of `N` threads.
* `read-thread-count=N` where `N<0`: Create a thread pool of `CPUCount /
-N` threads.
* `read-thread-count=0` where `process-thread-count!=-1`: Creates `2`
* `read-thread-count=0` and `process-thread-count!=-1`: Creates `2`
read threads and number of process threads as defined below.
* `read-thread-count=-1` where `process-thread-count=-1`: Creates `2`
* `read-thread-count=-1` and `process-thread-count=-1`: Creates `2`
read threads and `max(2,CPUCount-2)` process threads.
When `process-thread-count=-1` (the default) this option sets the

Loading…
Cancel
Save