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
Updated by Chris Roberts about 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/puppet-katello/pull/265 added
Updated by Chris Roberts about 6 years ago
- Project changed from Installer to Katello
- Category changed from Foreman modules to Installer
- Target version changed from 1.20.1 to Katello 3.10.0
- Found in Releases Katello 3.9.0 added
- Found in Releases deleted (
1.20.1)
Updated by Chris Roberts about 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset puppet-katello|3245fc396d0e14fa5994e1490de9610d5846cada.
Actions