Hi,i seem to have issues getting haproxy to run with more then maxconn 1024 on openbsd 5.3
Even though i have:
root@proxytest [haproxy] # sysctl | grep maxfiles
kern.maxfiles=20000
root@proxytest [haproxy] # ulimit -n
20000
and in haproxy.cfg:
global
log /dev/log local0 debug
log /dev/log local1 info
maxconn 4096
#chroot /usr/share/haproxy
user root
group wheel
daemon
This is happening with 1.4.24 and 1.5-dev19
Anyone an idea?
Regards,
Sven

