Actions
Feature #8266
closedpulp worker count needs a maximum
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1120903
Description of problem:
currently if you install a satellite on systems with a large number of cpus (16, 32, etc..) the number of pulp workers is very large. In reality we only need around 8 workers max. So we should default the config file in /etc/defaults/ to 6 or 8 or the cpu count if its lower than 6 or 8
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1. Install satellite 6
2. Check the number of workers ps aux | grep pulp_workers (then divide by 2)
Actual results:
Does not limit itself to any number.
Expected results:
For a large cpu system should limit itself to 6 or 8
Additional info:
Actions