From ee98516417bf4b334e3018601bb03e79b943d51b Mon Sep 17 00:00:00 2001 From: Joe Talerico Date: Tue, 2 Jan 2018 09:53:19 -0500 Subject: [PATCH] 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 --- workbooks/ceph-ansible.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workbooks/ceph-ansible.yaml b/workbooks/ceph-ansible.yaml index 5038d82f7..e68f2aafd 100644 --- a/workbooks/ceph-ansible.yaml +++ b/workbooks/ceph-ansible.yaml @@ -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: '{}'