Re: [webkit-dev] Regarding cache memory leaks

2010-10-18 Thread Zaheer Ahmad
> > > > Today's Topics: > > >1. Regarding cache memory leaks (sumanrap...@aim.com) > >2. Re: Regarding cache memory leaks (Holger Freyther) > >3. Tiger? (Adam Barth) > > > > ---------- > > > Message: 1 > > Date: Sun, 10 Oct 2010 12:37:46 -0400

Re: [webkit-dev] Regarding cache memory leaks

2010-10-18 Thread Andrei Bucur
I don't know if this is the use case but it should be noted that the CachedResourceLoader (the old DocLoader) never drops the CachedResource handles it has. This prevents resource deletion while the CachedResourceLoader is alive and kicking. This means that modifying the source of an element from

Re: [webkit-dev] Regarding cache memory leaks

2010-10-18 Thread Holger Freyther
On 10/18/2010 02:55 PM, sumanrap...@aim.com wrote: > Hi Holger, Hi, (please keep the mailinglist in the loop) > We have applied the > patch(https://bug-44806-attachments.webkit.org/attachment.cgi?id=68154) to > remove the "deadResources", which is working fine. Because of this patch the > duratio

Re: [webkit-dev] Regarding cache memory leaks

2010-10-17 Thread Holger Freyther
On 10/13/2010 05:30 PM, sumanrap...@aim.com wrote: > Hi Holger, > > When we use the default cache model i.e 8MB cache size in this case it is > storing the images beyond the 8MB that is untill complete RAM memory. So we > disabled the cache by using WEBKIT_CACHE_MODEL_DOCUMENT_VIEWER even though

Re: [webkit-dev] Regarding cache memory leaks

2010-10-13 Thread sumanrapolu
0400 (EDT) From: sumanrap...@aim.com To: webkit-dev@lists.webkit.org Subject: [webkit-dev] Regarding cache memory leaks Message-ID: <8cd36b09a73f4e9-1380-26...@webmail-d112.sysops.aol.com> Content-Type: text/plain; charset="us-ascii" Dear All, We are working on webkitGtk ( with gt

Re: [webkit-dev] Regarding cache memory leaks

2010-10-10 Thread Holger Freyther
On 10/10/2010 06:37 PM, sumanrap...@aim.com wrote: > Dear All, > When I am printing the dumpStats I could able to see the Image count and live > && decoded image sizes. Even I disabled the cache it is storing on to cache. > could you please suggest me is there any patch to avoid image related memo

[webkit-dev] Regarding cache memory leaks

2010-10-10 Thread sumanrapolu
Dear All, We are working on webkitGtk ( with gtk-directfb backend ) and ported for MIPS platform. We observed there are memory leaks with PNG/JPG image rendering. I am using webkit-1.2.3 version and I set cache model to WEBKIT_CACHE_MODEL_DOCUMENT_VIEWER. When I am printing the dumpStats I co