Search code examples
haproxy

How to increase the Sessions Limit in HAProxy


I see in my HAProxy Statistics Report that

the Sessions Curr, Max, Limit all at 2000.

How do I increase the Max and Limit to more than 2000?


Solution

  • Use the maxconn

    Sets the maximum per-process number of concurrent connections to <number>

    Source: https://cbonte.github.io/haproxy-dconv/configuration-1.6.html#maxconn