Lowering the number of ansible forks to 25
With forks set to 50, we can see upwards of 20GB RSS memory used on the undercloud (depdning on the size of the overcloud). To reduce this, and the chance for Ansible to run out of memory, I am recommending to update this to 25. To see the impact of forks set to 25: https://snapshot.raintank.io/dashboard/snapshot/gseMLc1opbSueaY91tcjjbH9Lub2tnBm?orgId=2 Change-Id: I7c57b641aa7fea02f865778321c98d1dd3d7e085 Closes-Bug: 1740880
This commit is contained in:
parent
720a82d606
commit
ee98516417
@ -19,7 +19,7 @@ workflows:
|
||||
ANSIBLE_LIBRARY: /usr/share/ceph-ansible/library/
|
||||
ANSIBLE_SSH_RETRIES: '3'
|
||||
ANSIBLE_HOST_KEY_CHECKING: 'False'
|
||||
DEFAULT_FORKS: '50'
|
||||
DEFAULT_FORKS: '25'
|
||||
- ceph_ansible_extra_vars: {}
|
||||
- ceph_ansible_playbook: /usr/share/ceph-ansible/site-docker.yml.sample
|
||||
- node_data_lookup: '{}'
|
||||
|
Loading…
x
Reference in New Issue
Block a user