Actions
Bug #25511
closedPulp_max_tasks_per_child is disabled in capsule but not in satellite
Difficulty:
easy
Triaged:
Yes
Bugzilla link:
Description
Cloned from Bugzilla:
satellite installer disables Pulp_max_tasks_per_child in the capsule by default, but it does not disable in the satellite.
satellite 6.3.3
Fresh install system with satellite installed
Ran satellite-installer -scenario=satellite
In capsule server /etc/default/pulp_workers Pulp_max_tasks_per_child is commented- PULP_MAX_TASKS_PER_CHILD=2
In satellite server /etc/default/pulp_workers Pulp_max_tasks_per_child is uncommented
PULP_MAX_TASKS_PER_CHILD=2
This leads to memory leaks on the capsule server
Actions