summaryrefslogtreecommitdiffstats
path: root/build/baremetal-environment.yaml
AgeCommit message (Collapse)AuthorFilesLines
2017-04-26Sets baremetal workers to 12Tim Rozet1-0/+9
There is an issue where in Newton the number of workers (sub processes) opened per openstack service scales with the number of logical cores on the system. On servers with large amount of processors this causes the cloud to fail after some time due to running out of RAM. This patch will limit the number of worker processes to 12, which is the limit in Ocata and onwards. JIRA: APEX-410 Change-Id: I28c4762830c19cd758a0729017f2d4a9ebe372b4 Signed-off-by: Tim Rozet <trozet@redhat.com>