6772dd503d
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
7 lines
253 B
YAML
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.
|