[Webkit-unassigned] [Bug 203991] Safari leaks memory of Cache/Response objects of CacheStorage API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 9 06:51:41 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=203991

--- Comment #3 from Konstantin Kaefer <mail at kkaefer.com> ---
Thanks for looking into this issue. It looks like it's growing linearly until ~3GB on my machine, then some objects are garbage collected. It seems like the garbage collector isn't aware of the true size of these objects, so it doesn't collect them even though they take up a lot of memory.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200109/ab1f927b/attachment.htm>


More information about the webkit-unassigned mailing list