Bug 166428
Summary: | [GTK] Huge disk cache leak, cache size limit is not respected | ||
---|---|---|---|
Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | bitlord0xff, bugs-noreply, mcatanzaro, nekohayo |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | PC | ||
OS: | Linux | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=202234 |
Michael Catanzaro
My ~/.cache/epiphany/WebKitCache is 635.9 MB large:
* 449.9 MB in the Version 10 directory
* 186.0 MB in the Version 11 directory
Did we leak the Version 10 directory?
At any rate, each directory is supposed to be limited to something less than that, right? We must have a cache leak yet again.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
(bitlord)
Hi Michael,
As you suggested I'm adding my experience with WebKitCache, in my case application using webkit is liferea (development branch using webkit2).
But maybe there is something wrong with my initial observation, or I don't understand the difference, size differs when checked with graphical file manager (thunar) and with 'du', but file/object count matches (11351):
thunar shows ~490M for ~/.cache/liferea/WebKitCache/Version\ 10/,
while 'du' says ~270M.
I'm running net-libs/webkit-gtk-2.14.3
Michael Catanzaro
This is still a big problem. When I checked last week before accidentally deleting my cache, I left a note to myself that my Version 12 directory was 458 MB large.
Michael Catanzaro
Still broken. My Version 14 directory is currently 8.4 GB large.