You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.
It seems that something is causing the app to constantly grow in size, which is made worse when loading more content. Maybe it could wipe older images when the app is in the background to prevent it from loading them needlessly
The text was updated successfully, but these errors were encountered:
Gtk is known to have memory leaks. I believe the rational is that the allocated memory will be freed when the program terminates, so it's left alone. This is likely only part of the problem.
Unfortunately, I can't check this properly because valgrind really doesn't like running olifant and keeps segfaulting. The errors seem rooted primarily in dependencies - glib in particular.
That said, I've sometimes gotten sefaults when running olifant normally; I'll open a separate issue for that in case there's something that can be done to help inside olifant.
@Marie-Joseph, just to be sure: can you please point out version of olifant you are running? Is it a recent master buld or the repository-provided one?
It seems that something is causing the app to constantly grow in size, which is made worse when loading more content. Maybe it could wipe older images when the app is in the background to prevent it from loading them needlessly
The text was updated successfully, but these errors were encountered: