You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running an application using webkitgtk, it may happen that ulimit is set to a too low value.
This is bad because webkitgtk opens many (many) fds, so it will fail after some time.
Upon first require, webkitgtk should warn about that situation because it's not always obvious to know the real ulimit value of the process once it is running under systemd supervision.
The text was updated successfully, but these errors were encountered:
When running an application using webkitgtk, it may happen that ulimit is set to a too low value.
This is bad because webkitgtk opens many (many) fds, so it will fail after some time.
Upon first require, webkitgtk should warn about that situation because it's not always obvious to know the real ulimit value of the process once it is running under systemd supervision.
The text was updated successfully, but these errors were encountered: