Skip to content

wayland: Raise the limit of file descriptors

Olivier Fourdan requested to merge ofourdan/mutter: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.

See-also: https://gitlab.freedesktop.org/xorg/xserver/-/issues/1283

Edited by Olivier Fourdan

Merge request reports