puppet-glance/releasenotes/notes/os_workers_for_worker_count-f86aa67474d5cac9.yaml
Maksym Yatsenko 74e52d294c 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: I3808177027a880c88f075cdbef0aba2a56fb26bc
2016-10-07 11:53:48 +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.