gnome-software 41.2 memory leaks
In memory of #453 (closed) but... with valgrind logs!
Run gnome-software for 2-6 days and check how much memory it eats using "PSS" section from smap. I wrote simple script which does the job:
After few days gnome-software will eat 1G of memory, which is too much for "catalog" app which stays persistent in the memory.
I'm afraid valgrind does not catch all possible memory leaks, for example std::vector<> leaks (when vector grows indefensibly) but beside this possible leak / cache valgrding found a lot of possible lost of record etc..
log attached for command:
/usr/bin/valgrind --tool=memcheck --leak-check=yes --log-file=/home/axet/.local/log/gnome-software.log /usr/bin/gnome-software --gapplication-service
gnome-software 41.2-1
debian 12 bookworm
Edited by Andre Klapper