add rlimit_max

This commit is contained in:
sewn
2024-05-19 20:07:11 +03:00
parent c91d27905e
commit b4f093c9cb
2 changed files with 103 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
### Description
Sets the current maximum open file descriptors to the maximum available limit.
This patch is useful - and solves issue [#628](https://codeberg.org/dwl/dwl/issues/628) for running heavy Xwayland applications on systems that do not provide limits out of the box.
### Download
- [git branch](https://codeberg.org/sewn/dwl/src/branch/rlimit_max)
- [2024-05-19](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/rlimit_max/rlimit_max.patch)
### Authors
- [sewn](https://codeberg.org/sewn)