openstack-ansible-os_ironic/releasenotes/notes/capping_ironic_wsgi_processes-6fa7306fc3c29de7.yaml
Ravi Gummadi 6772dd503d Cap the number of worker processes
Users can configure the number of worker processes. However when
it's not specified the calculated number of workers can get too
large on hosts with a large number of CPUs.

Change-Id: Ieb1afbd5c872cc4a991b51287b57404b8932fafa
2017-03-02 12:10:44 -05:00

7 lines
253 B
YAML

---
features:
- Capping the default value for the variable ``ironic_wsgi_processes``
to 16 when the user doesn't configure this variable. Default value
is one fourth the number of vCPUs available on the machine with a
capping value of 16.