puppet-swift/releasenotes/notes/os_workers_for_worker_count-74ffbcb7c18c00e9.yaml
Maksym Yatsenko 213be0429a 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: Ifa4f425091fae81204df68dd536f364efd647e3d
2016-10-10 14:46:11 +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.