openstack-ansible-os_neutron/releasenotes/notes/cap-workers-fc70b4f8586ba1a5.yaml
Kyle L. Henderson 4d8032ab62 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: I01af5ef83698231137b972b9a6d504d6f99eabaf
2017-02-09 15:20:47 +00:00

7 lines
293 B
YAML

---
features:
- The number of worker threads for neutron will now be capped at 16 unless
a specific value is specified. Previously, the calculated number of workers
could get too high on systems with a large number of processors. This was
particularly evident on POWER systems.