Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider bumping RLIMIT_NOFILE #6285

Closed
emersion opened this issue May 19, 2021 · 0 comments · Fixed by #6629
Closed

Consider bumping RLIMIT_NOFILE #6285

emersion opened this issue May 19, 2021 · 0 comments · Fixed by #6629
Labels
enhancement New feature or incremental improvement

Comments

@emersion
Copy link
Member

We're handling many client connections and many DMA-BUFs.

See http://0pointer.net/blog/file-descriptor-limits.html

Don't forget about the last bullet point.

@emersion emersion added the enhancement New feature or incremental improvement label May 19, 2021
emersion added a commit to emersion/sway that referenced this issue Oct 21, 2021
Wayland compositors handle many file descriptors: client
connections, DMA-BUFs, sync_files, wl_data_device pipes, and so
on. Bump the limit to the max.

Closes: swaywm#6285
bl4ckb0ne pushed a commit that referenced this issue Oct 30, 2021
Wayland compositors handle many file descriptors: client
connections, DMA-BUFs, sync_files, wl_data_device pipes, and so
on. Bump the limit to the max.

Closes: #6285
9ary pushed a commit to 9ary/sway9 that referenced this issue Jan 12, 2022
Wayland compositors handle many file descriptors: client
connections, DMA-BUFs, sync_files, wl_data_device pipes, and so
on. Bump the limit to the max.

Closes: swaywm#6285
RagnarGrootKoerkamp pushed a commit to RagnarGrootKoerkamp/sway that referenced this issue Mar 29, 2022
Wayland compositors handle many file descriptors: client
connections, DMA-BUFs, sync_files, wl_data_device pipes, and so
on. Bump the limit to the max.

Closes: swaywm#6285
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or incremental improvement
Development

Successfully merging a pull request may close this issue.

1 participant