[Webkit-unassigned] [Bug 69778] WebProcess was using 7GB RAM after playing with some WebGL/WebAudio demos

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 10 14:24:34 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=69778





--- Comment #2 from Chris Rogers <crogers at google.com>  2011-10-10 14:24:34 PST ---
I suspect this is a garbage collection issue rather than an outright leak (though I could be wrong).  A good test might be the "granular synthesis" demo since it continually generates large numbers of audio sources:
http://chromium.googlecode.com/svn/trunk/samples/audio/granular.html

Once each source (representing a grain) is finished playing then it should be ready to be garbage collected, though large numbers of these sources could build up if collection does not happen frequently.

It might be possible to take a test case like this, then add a "Garbage Collection" button to force garbage collection to see if this helps reduce memory.

If it is a garbage-collection related, then perhaps there's a way to indicate to JSC that these sources need to be collected earlier than they are.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list