Actions
Bug #18926
closedMemory leaks when using OpenSCAP
Difficulty:
Triaged:
No
Bugzilla link:
Description
Description of problem:
A user is noticing that foreman-proxy is dying and we suspected it was due to the large amount of clients being checked by the OpenSCAP plugin. I tried to reproduce locally and saw the same issue.
How reproducible:
100%
Steps to Reproduce:
1. Set up a system with one host, an OpenSCAP policy and attach the policy to the host.
2. Set OpenSCAP to scan the host every minute
Actual results:
Memory usage balloons until the OOM killer terminates foreman-proxy
Expected results:
Memory usage remains relatively constant.
Actions