Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

GNOME memory leak discussion

Here you can discuss every aspect of Debian. Note: not for support requests!
Post Reply
Message
Author
Wheelerof4te
Posts: 1454
Joined: 2015-08-30 20:14

Re: GNOME memory leak discussion

#16 Post by Wheelerof4te »

Bug with mutter micro-stuttering appears to be fixed. I don't experience any stuttering which is great. Wayland feels smoother now.

User avatar
pylkko
Posts: 1802
Joined: 2014-11-06 19:02

Re: GNOME memory leak discussion

#17 Post by pylkko »

Wheelerof4te wrote:It's using 142 MB on my Debian 9 system that's been running for 3 hours straight with casual usage.
So yeah, Debian has done something to it, or it doesn't exist in GNOME 3.22.

This bug has existed for 7 years and is now fixed and the fixes are accpeted for GNOME 3.30. There has been some talk about possibly backporting it to 3.28.

It is actually not even a memory leak, but a problem where objects in memory stay there too long (due to how javascript handles objects and how they were linked). They have fixed it by increasing the frequency of garbage collection (by queuing a garbage collection event every time an object is marked for destruction). The price here is that this will cause unnecessary processor work (though not that much) to get the memory to stay down in return. There will likely be better fixes later.

In detail:

https://feaneron.com/2018/04/20/the-inf ... mory-leak/

Post Reply