Hi, We had faced similar problem when working on an BrewMP port of WebKit. The problem was on SDK everything was fine but on the device, it used to crash after loading 10-15 sites continuously. We initially suspected WebKit memory leak, but then found the observation below
- If you load the same site continuously for 50-60 times, there was no crash as such - Also we had used BMP Header/APIs which used to give info like how much is total heap/available heap => We found the available heap memory does not deviate much for loading same site continuously - Therefore, when it used to crash we knew how much memory is requested and how much is remaining=>the observation was request for 1MB failed where as available heap showed 12-13MB=>memory fragmentation issue - And as you said the problem is more frequent is you use bigger images/frames it seems to suggest more that the problem is with memory fragmentation. Hope the info might give you some inside to look into. Thanks, Rahaman On Wed, Jun 22, 2011 at 10:12 PM, Vicky Tux <[email protected]> wrote: > Hi, > I am using webkit[webkit-r86784] on STLinux platform, with cairo. We have > 40-50 MB in the heap,If I use browser for 20-30 minutes. Entire memory is > exhausted. There is other application running. This is happening more with > webpages having bigger images and frames. I am browsing orkut,flicker and > images.google.com > > Not sure it is caching or leaking. > > Please help me to solve this proplem. > > Note : We are working embedded platfrom so we have the limited memory > > > Thanks & Regards, > Vicky. > > > _______________________________________________ > webkit-help mailing list > [email protected] > http://lists.webkit.org/mailman/listinfo.cgi/webkit-help > >
_______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
