mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Clarify description of fork
This commit is contained in:
parent
65ea24f4bb
commit
8db725100b
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ forks
|
||||||
=====
|
=====
|
||||||
|
|
||||||
This is the default number of parallel processes to spawn when communicating with remote hosts. Since Ansible 1.3,
|
This is the default number of parallel processes to spawn when communicating with remote hosts. Since Ansible 1.3,
|
||||||
the fork number is automatically limited to the number of possible hosts, so this is really a limit of how much
|
the fork number is automatically limited to the number of possible hosts at runtime, so this is really a limit of how much
|
||||||
network and CPU load you think you can handle. Many users may set this to 50, some set it to 500 or more. If you
|
network and CPU load you think you can handle. Many users may set this to 50, some set it to 500 or more. If you
|
||||||
have a large number of hosts, higher values will make actions across all of those hosts complete faster. The default
|
have a large number of hosts, higher values will make actions across all of those hosts complete faster. The default
|
||||||
is very very conservative::
|
is very very conservative::
|
||||||
|
|
Loading…
Reference in a new issue