Description of problem: Libvirt daemon has a memory consumption of 22GB. # cat ps_auxwwwm | sort -nk +6 | tail -n 3 root 2092181 1.1 0.0 33570920 217196 ? - Jul13 83:14 /opt/appformix/manager/venv/bin/python3 /opt/appformix/manager/venv/bin/uwsgi --http 0.0.0.0:42595 --logto /var/log/appformix/manager/uwsgi.log --log-maxsize 10485760 --enable-threads --limit-post 20971520 -w appformix_manager:host_server root 1134562 20.8 0.0 1409684 257036 pts/1 - 12:12 0:26 /usr/libexec/platform-python -s /sbin/sosreport root 1637 0.0 0.2 727112 531928 ? - Jun02 45:15 /usr/lib/systemd/systemd-journald root 3802 0.1 7.8 22404016 20673448 ? - Jun02 126:51 /usr/sbin/libvirtd Version-Release number of selected component (if applicable): libvirt-8.0.0-5.9.module+el8.6.0+18552+b96c5a91.x86_64 How reproducible: Steps to Reproduce: I don't know how to reproduce it
There was a recenlty fixed memory leak in virNodeDeviceGetXMLDesc: https://bugzilla.redhat.com/show_bug.cgi?id=2208599 It reproduces with libvirt-8.0.0-5.9.module+el8.6.0+18552+b96c5a91.x86_64, which is the version mentioned above and is fixed in libvirt-8.0.0-5.10.module+el8.6.0+18949+ba4ca8a3.x86_64. Can you please update and retry?