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

Ability to override default open files limit #109

Open
aleksystasiak opened this issue Jan 22, 2021 · 0 comments
Open

Ability to override default open files limit #109

aleksystasiak opened this issue Jan 22, 2021 · 0 comments

Comments

@aleksystasiak
Copy link

Haproxy does calculate processes open file soft limit using maxconn value. This value is far too low in large cache scenario.
It is possible to change hard limit through setting LimitNoFile in systemd service file, the problem is haproxy refuses to continue working after reaching soft limit and ignores hard limit. This leads to setting maxonn to ridiculously high values.
It would be great to have ability to override this default behaviour. (or change the way haproxy sets it which is ~ maxconn * 2)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants