Hi Guys, We are using HA Proxy GUI via Port 8081 to get some statistics.
We can see the following values in the GUI: # max sock = 100,083 # maxconn = 40,000 (We changed this in Global Setting. Default was 4096) # maxpipes = 10,000 (Cloudstack auto calculates based on maxconn divided by 4) Does anyone know how max sock is calculated? I tried looking into https://github.com/apache/cloudstack/blob/main/core/src/main/java/com/cloud/network/HAProxyConfigurator.java but couldn’t find it. Regards, Bryan