Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
readme: only adjust hard limit in systemd (wine-mirror#20)
Instead of increasing both soft and hard fileno limit in systemd instructions, increase just the hard limit. Soft limit needs to stay at 1024 for compatibility with programs using select() instead of newer poll()/epoll(), otherwise such programs might fail.
- Loading branch information