On Tue, 4 Oct 2016 14:24:13 +0530 Rajesh Mahajan <[email protected]> wrote:
> Please check the ssl_haproxy.cfg .We have defined max value as below > > global > maxconn 20000 > maxconnrate 15000 This is a different setting. This is per-process. By default frontend has 2000 connection limit. http://cbonte.github.io/haproxy-dconv/1.6/configuration.html#maxconn%20(Performance%20tuning) vs http://cbonte.github.io/haproxy-dconv/1.6/configuration.html#maxconn%20(Alphabetically%20sorted%20keywords%20reference) Marcin

