GNOME Bugzilla – Bug 728048
Ratelimit RSS-triggered GCs
Last modified: 2014-04-11 19:02:49 UTC
When loading a lot of data in memory (for example in the shell opening the overview, which loads all the desktop files and icons) the RSS can increase a lot, so we would trigger GCs continously without any hope of freeing memory, so ratelimit full GCs to at most one every 5 frames.
Created attachment 274120 [details] [review] Ratelimit RSS-triggered GCs
Review of attachment 274120 [details] [review]: Sounds good.
Attachment 274120 [details] pushed as 791b1a3 - Ratelimit RSS-triggered GCs