Bug #12650
closeddynflow_executor memory usage continues to grow, causing performance degredation
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1283582
Description of problem:
The memory usage of dynflow_executor continues to grow over time.
As a conequence of this, operations like content view publishes
take longer and longer to complete.
Restarting the Satellite improves the performance, which then
continues to degrade over time
Version-Release number of selected component (if applicable):
6.1.3, 6.1.4
How reproducible:
100%
Steps to Reproduce:
1. Use Satellite
2.
3.
Actual results:
dynflow_executor memory usage continues to grow over time
Expected results:
memory usage should be reach a steady state and rise and
fall as work is done.
Additional info:
I used the following script to collect process mem stats
every 15 minutes
#!/bin/bash
LOGFILE=/var/log/dynflow_executor-memory-usage.log
PID=`pidof dynflow_executor`
cat /proc/$PID/status | grep ^Vm >> $LOGFILE
The I can review the VmPeak, VmData etc sizes.
The only time these figures go down is on a process restart.
Updated by Ivan Necas over 8 years ago
- Project changed from foreman-tasks to Katello
- Category set to Subscriptions
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/6065 added
Updated by Eric Helms over 8 years ago
- Translation missing: en.field_release set to 143
Updated by Ivan Necas over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|7f6615978d177510dbebadc4f2edb87184420016.