Re: [webkit-dev] caching /memory leak... browsing images

2009-03-26 Thread Fabio CalabrĂ²
Hi Purushottam, I'm using webkit with QT -Embedded on a board with 128MB of RAM. I have the same problem that you wrote. So I tried your patch. I did not see significant improvements It saves only a bit of memory ( I'm running Webkit with 8 Mb of Cache and with Network Disk Cache enabled)

Re: [webkit-dev] caching /memory leak... browsing images

2009-03-23 Thread Purushottam Sholapur
After debugging, I could find some memory leak/optimization that is possible. Files: qt-embedded-linux-opensource-src-4.5.0/src/3rdparty/webkit/WebCore/platform/graphics/qt/ImageDecoderQt.cpp and .h In QImageDecodeQt, there is Qlist of ImageData (m_imageList), which is not freed after its use. Ge

Re: [webkit-dev] caching /memory leak... browsing images

2009-03-16 Thread zaheer ahmad
Webkit has a default cache of 8 Mb (WebCore/Loader/Cache.cpp) and your data suggests it is using with in that limit. And it is a fraction of 150Mb you have mentioned, please check where the other memory is going. thanks, Zaheer On Mon, Mar 16, 2009 at 11:49 AM, Purushottam Sholapur < purushottam.s

[webkit-dev] caching /memory leak... browsing images

2009-03-15 Thread Purushottam Sholapur
Hi All, I am using webkit on davinci platform, with QT. We have 150MB of RAM, If I use browser for 15-20 minutes. Entire memory is exhausted. There is no other application running. This is happening more with webpages having bigger images. I am browsing http://www.images.google.com I tried with Q