mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Guidance on worker_threads value
Copied from https://docs.saltproject.io/salt/install-guide/en/latest/topics/configure-master-minion.html#salt-master-process-management
This commit is contained in:
parent
98737aa542
commit
9b0072e9ce
1 changed files with 5 additions and 0 deletions
|
@ -2134,6 +2134,11 @@ worker_threads value.
|
|||
Worker threads should not be put below 3 when using the peer system, but can
|
||||
drop down to 1 worker otherwise.
|
||||
|
||||
Standards for busy environments:
|
||||
|
||||
* Use one worker thread per 200 minions.
|
||||
* The value of worker_threads should not exceed 1½ times the available CPU cores.
|
||||
|
||||
.. note::
|
||||
When the master daemon starts, it is expected behaviour to see
|
||||
multiple salt-master processes, even if 'worker_threads' is set to '1'. At
|
||||
|
|
Loading…
Add table
Reference in a new issue