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 the 
images and JS are storing in the Cache. We observed this by printing dumpStats 
output.

Can you please suggest us how to disable the cache properly ?


we are using webkit-1.2.3 and cross compiled for MIPS platform with 
gtk-directfb backend.

Thanks In Advance.

Thanks,
Suman

 

-----Original Message-----
From: webkit-dev-request <[email protected]>
To: webkit-dev <[email protected]>
Sent: Mon, 11 Oct 2010 7:30 pm
Subject: webkit-dev Digest, Vol 65, Issue 12


Send webkit-dev mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of webkit-dev digest..."


Today's Topics:

   1. Regarding cache memory leaks ([email protected])
   2. Re: Regarding cache memory leaks (Holger Freyther)
   3. Tiger? (Adam Barth)


----------------------------------------------------------------------

Message: 1
Date: Sun, 10 Oct 2010 12:37:46 -0400 (EDT)
From: [email protected]
To: [email protected]
Subject: [webkit-dev] Regarding cache memory leaks
Message-ID: <[email protected]>
Content-Type: text/plain; charset="us-ascii"

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 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 memory 
leaks with webkitGtk. Please help me on this.

Thanks In Advance.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://lists.webkit.org/pipermail/webkit-dev/attachments/20101010/f451c9f4/attachment-0001.html>

------------------------------

Message: 2
Date: Sun, 10 Oct 2010 19:07:25 +0200
From: Holger Freyther <[email protected]>
To: [email protected]
Subject: Re: [webkit-dev] Regarding cache memory leaks
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1

On 10/10/2010 06:37 PM, [email protected] 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 memory
> leaks with webkitGtk. Please help me on this.

How do you know it is leaked? If you are currently viewing these images you
will most likely have the encoded and decoded version around. Do you have a
test case to show the memory leak?


------------------------------

Message: 3
Date: Mon, 11 Oct 2010 01:26:34 -0700
From: Adam Barth <[email protected]>
To: [email protected]
Subject: [webkit-dev] Tiger?
Message-ID:
        <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1

I don't see a Tiger buildbot anymore.  Does that mean I'm allowed to
break the Tiger build?  If so, can we rip out all the Tiger-specific
code?

Adam


------------------------------

_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


End of webkit-dev Digest, Vol 65, Issue 12
******************************************


 
_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to