openstack-ansible-os_sahara/releasenotes/notes/capping_sahara_api_workers-d95bdf63093ce893.yaml
Ravi Gummadi 29045b953f 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.

Also removed the comment related to an unused variable
sahara_engine_workers in defaults/main.yml

Change-Id: Idc39c7fc2188332fbaeb771906c0b9a402d17646
2017-03-03 06:28:50 -05:00

7 lines
244 B
YAML

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