[Goodies-dev] [Bug 12975] High CPU usage
    bugzilla-daemon at xfce.org 
    bugzilla-daemon at xfce.org
       
    Mon Dec 26 09:34:20 CET 2016
    
    
  
https://bugzilla.xfce.org/show_bug.cgi?id=12975
revel at muub.net changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |revel at muub.net
--- Comment #7 from revel at muub.net ---
This problem is caused by gtk_css_provider_new and
gtk_style_context_add_provider functions being called with each invocation of
update_apm_status. More css providers => more memory occupied and more work to
do during style-rendering. Over time this effect accumulates enormously. What's
the solution? Previously added css provider needs to be either removed and
g_object_unref'ed or reused.
-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
    
    
More information about the Goodies-dev
mailing list