Actions
Bug #20518
closedPulp_max_tasks_per_child is disabled
Difficulty:
trivial
Triaged:
Bugzilla link:
Pull request:
Description
Copied from BZ:
----------------------------
According to the pulp documentation, the pulp workers do not release all of the memory once all of the tasks are completed. The workaround for the issue was suggested to be, set the PULP_MAX_TASKS_PER_WORKER to allow recycling the workers once they process a certain number of tasks.
This setting PULP_MAX_TASKS_PER_WORKER was enabled and set to a value of 2 in the 6.2 but seems to be disabled with Satellite 6.3
Downstream this change was made for performance reasons, reference in the following BZ:
Updated by Eric Helms over 7 years ago
- Status changed from Assigned to Closed
- Pull request https://github.com/Katello/puppet-katello/pull/203 added
Actions