[webkit-help] Memory consumption problem

Carlos Varela Paz carlos.varela at lambdastream.com
Wed Jan 19 00:44:30 PST 2011


Hi,

This bug does not seem to be related with my problem :( It is focused on a
problem with the images cache.

Just for the record, if I change the reloadHTML() definition to:

 function reloadHTML(){
                 console.log("Reload...");
                 var strb = [];
                 strb.push("anything");
                 strb.push(str);
                 strb.push("anything");
                 document.getElementById("main").innerHTML = strb.join("");
                 strb = null;
            }

the memory stop growing up.

Regards,

Carlos


2011/1/17 Carlos Varela Paz <carlos.varela at lambdastream.com>

> Thanks a lot for your response, Ben.
>
> I had already applied a patch to solve a related bug (31253), which it is
> also referred on the 49008. That seems to solve the memory problems with
> images, but in my tests there is no images anywhere.
>
> Anyway, I will test this new proposed path and let you know.
>
> Regards,
> Carlos
>
>
> 2011/1/17 Benbuck Nason <bnason at netflix.com>
>
> > I am experimenting some memory problems that I can not understand. I hope
>> > someone on this list could help me to get some kind of explanation :)
>> >
>> > I have created a simple web page that changes the innerHTML property of
>> a
>> > div element each 2000ms. The page is extremelly simple, it only contains
>> a
>> > DIV element and it launch an interval when the page is loaded.
>> [...]
>> > the memory grows infinitely.
>>
>> This sounds like maybe it's the following bug:
>>
>> https://bugs.webkit.org/show_bug.cgi?id=49008
>>
>> -Ben
>> _______________________________________________
>> webkit-help mailing list
>> webkit-help at lists.webkit.org
>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-help/attachments/20110119/2f18dccc/attachment.html>


More information about the webkit-help mailing list