puppet-ironic/releasenotes/notes/os_workers_for_worker_count-24578f84123bd2ea.yaml
Maksym Yatsenko d5d026a016 Change worker defaults to ::os_workers
This patch changes the default worker count from ::processorcount to the
new ::os_workers fact. ::os_workers is based on the number of processors
(currently cpu/4) but is capped at a maximum of 8 worker processors.
This is a much more reasonable default in general and prevents excessive
resource consumption on systems with a large number of CPUs.

Change-Id: Ib03ad48060349921b94fc4c794b3e02f41ad979d
2016-10-07 15:52:35 +03:00

6 lines
189 B
YAML

---
other:
- Parameters that control the number of spawned child processes for
distributing processing have had their default value changed from
::processorcount to ::os_workers.