NEW 289994
[WPE][GTK] Raise web process soft file descriptor limit up to hard limit
https://bugs.webkit.org/show_bug.cgi?id=289994
Summary [WPE][GTK] Raise web process soft file descriptor limit up to hard limit
Michael Catanzaro
Reported 2025-03-18 14:31:42 PDT
We should raise the web process's soft file descriptor limit to match the hard limit, since having too few file descriptors available is very limiting. See discussion in: bug #260723, bug #266573. The immediate motivation for this is that websites may create lots of media elements, and WebKit needs lots of file descriptors to handle them. There is also a file descriptor leak that we need to fix. We might or might not want to debug and fix the leak before landing the commit to raise the fd limit. Code to raise the limit is here: https://bugs.webkit.org/show_bug.cgi?id=266573#c21
Attachments
Note You need to log in before you can comment on or make changes to this bug.