Hi everybody,
I follow a documentation for installing HAPROXY. It works, I just need to create a configuration file. So after creating this file I do:
And I have this problem :
So could you help me to unlimit the maxconn value. I don't know how to do that. The rules are good, it's just that my system is limited at 1024. How can I fix it ?
I follow a documentation for installing HAPROXY. It works, I just need to create a configuration file. So after creating this file I do:
Code:
haproxy -f /etc/haproxy.conf
Code:
[ALERT] 068/173101 (1223) : parsing [/etc/haproxy.conf:3] : maxconn value 5000 too high for this system.
Limiting to 1024. Please use '-n' to force the value.
So could you help me to unlimit the maxconn value. I don't know how to do that. The rules are good, it's just that my system is limited at 1024. How can I fix it ?