Skip to content

Raise the limit of file descriptors

Olivier Fourdan requested to merge ofourdan/gnome-shell:raise-nofile-limit into main

Wayland, especially when using SHM buffers, can use a lot of file descriptors.

Raise the soft limit to the maximum to mitigate the risk of reaching the limit.

Requires: mutter!2235 (merged)
See-also: https://gitlab.freedesktop.org/xorg/xserver/-/issues/1283

Merge request reports