Hi all. I'm trying to setup HAProxy on OpenBSD and I'm having some problems. I can't seem to get it to accept a maxconn value larger than 1024. When I run it set to 4096 for example, I get the following:
[ALERT] 298/135514 (16435) : parsing [/etc/haproxy/haproxy.cfg:5] : maxconn value 4096 too high for this system. Limiting to 1024. Please use '-n' to force the value. I don't quite get why...I checked kern.maxfiles, and that's set to 8192. Anyone have any ideas? Thanks! --Brian