Create multiple image elements maybe. Not sure if that would help if you kept track of your assets and used appendChild, removeChild.
--
You received this message because you are subscribed to the Google Groups "Chromium HTML5" group.
To post to this group, send email to chromiu...@chromium.org.
To unsubscribe from this group, send email to chromium-html...@chromium.org.
For more options, visit this group at http://groups.google.com/a/chromium.org/group/chromium-html5/?hl=en.
Hey Eric,I was doing more testing, it seems when the Web Inspector is open, it leaks memory like crazy. It seems it doesn't leak when the inspector is closed. I will be doing more testing to see what the problem is.
On Mon, Feb 27, 2012 at 9:35 AM, Nico Weber <tha...@chromium.org> wrote:Hi m0,On Sun, Feb 26, 2012 at 3:40 PM, Mohamed Mansour <m...@chromium.org> wrote:Hey Eric,I was doing more testing, it seems when the Web Inspector is open, it leaks memory like crazy. It seems it doesn't leak when the inspector is closed. I will be doing more testing to see what the problem is.Can you try to find a repro case for this, and then file a bug?
If it is really only when Inspector is open, is it just that it keeps a log of all data URIs? If that's what it is, then it might not really be a leak exactly, just very large space usage from tracking all of that?