openstack-ansible-repo_server/releasenotes/notes/capping_repo_nginx_workers-ddbc355855f8fe43.yaml
Ravi Gummadi 33e7ad0400 Cap the number of worker threads
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: Idda6e476e9e9b5842c4cc03e9853ec31d123abc5
2017-02-23 05:45:07 -05:00

6 lines
240 B
YAML

---
features:
- Capping the default value for the variable ``repo_nginx_workers`` 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.