4253b61abf
Users can configure the number of worker threads 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: I039993d28dbddbd43ffcb2a6f84785df475fefeb
7 lines
249 B
YAML
7 lines
249 B
YAML
---
|
|
features:
|
|
- Capping the default value for the variable ``keystone_wsgi_processes``
|
|
to 16 when the user doesn't configure this variable. Default value is
|
|
half the number of vCPUs available on the machine with a capping value
|
|
of 16.
|