<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] WebKitGtk+ uses too many file descriptors"
   href="https://bugs.webkit.org/show_bug.cgi?id=152316#c23">Comment # 23</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] WebKitGtk+ uses too many file descriptors"
   href="https://bugs.webkit.org/show_bug.cgi?id=152316">bug 152316</a>
              from <span class="vcard"><a class="email" href="mailto:cgarcia&#64;igalia.com" title="Carlos Garcia Campos &lt;cgarcia&#64;igalia.com&gt;"> <span class="fn">Carlos Garcia Campos</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=152316#c22">comment #22</a>)
<span class="quote">&gt; Just now had to kill -9 the Network process.
&gt; 
&gt; After several days using it, today it exhausted all my memory: 8 Gb RAM and
&gt; 8 Gb swap.
&gt; 
&gt; top was showing ~50Gb of VIRT memory used.
&gt; 
&gt; I could not confirm the reason was, again, the leak in open descriptors
&gt; since my laptop was almost unusable,</span >

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. 

<span class="quote">&gt; swapping all the time. In any case, I
&gt; suspect that was the case.</span >

This looks like a memory leak in the network process instead, the network process releases the file descriptors properly.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>