Setting maxconns in HAProxy 1.8

Hi,

You need to add a “maxconn 5000” in the global section too.
The global section maxconn value sets the number of connections “process wide”.

Baptiste

1 Like