puppet-barbican/releasenotes/notes/os_workers_for_worker_count-a07f74e0418709e5.yaml
Maksym Yatsenko 866aabb8bd 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: I4a9b2e6cc9d8f5b91f148ac61b4a36b201a27056
2016-10-07 17:26:30 +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.