Created attachment 1458219 [details] evm.log errors Description of problem: Version-Release number of selected component (if applicable): 5.10.0.3 How reproducible: Always Steps to Reproduce: 1. Go to Configuration -> Advanced settings -> Set get_public_images to true 2. Add an ec2 provider 3. Actual results: Appliance stats being Out of memory after some time. Even when I added some RAM(16G + 8G swap) it was out of memory. In 5.9 I was able to get all the public images with default memory without issues. (Appliance was using only 4G of RAM) Expected results: Additional info:
Hi Matouš Do you have a 5.9 & a 5.10 appliance I can use to look at to compare the results to help me look at what could have changed.
This appears to be a general issue with graph refresh scanning, moving to core and assigning to Ladas
https://github.com/ManageIQ/manageiq/pull/17724
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/b89363252b51d9a28454429e6a2abceb9ab73f46 commit b89363252b51d9a28454429e6a2abceb9ab73f46 Author: Ladislav Smola <lsmola> AuthorDate: Wed Jul 18 10:01:02 2018 -0400 Commit: Ladislav Smola <lsmola> CommitDate: Wed Jul 18 10:01:02 2018 -0400 Remove the dynaminc readers and writers Remove the dynaminc readers and writers since they can cause massive spikes in memory and processing time. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1600253 app/models/manager_refresh/inventory_object.rb | 46 - 1 file changed, 46 deletions(-)
Verified in 5.10.0.6. It uses less memory now - whole cfme uses 6GB of memory after successfully refreshing EC2 provider with public images enabled.