[Webkit-unassigned] [Bug 152316] [GTK] WebKitGtk+ uses too many file descriptors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 9 23:12:21 PDT 2016


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

--- Comment #23 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to comment #22)
> Just now had to kill -9 the Network process.
> 
> After several days using it, today it exhausted all my memory: 8 Gb RAM and
> 8 Gb swap.
> 
> top was showing ~50Gb of VIRT memory used.
> 
> I could not confirm the reason was, again, the leak in open descriptors
> since my laptop was almost unusable,

It wasn't. File descriptors are not actually leaked, but hey stay open while resources are cached in the memory cache. The memory cache lives in the web process, not in the network process. 

> swapping all the time. In any case, I
> suspect that was the case.

This looks like a memory leak in the network process instead, the network process releases the file descriptors properly.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160510/4f725ccf/attachment.html>


More information about the webkit-unassigned mailing list