Hello,
2017-10-31 6:55 GMT+01:00 Baptiste <[email protected]>: > hi > > You miss a "maxconn 8000" in your frontend as well. > maxconn in the global section is process-wide, but it does not apply to the > frontend (which is limited to 2000 connections by default). However "maxconn 8000" is the in the default section, not the global section, so the frontend is supposed to inherit that. > Hi, > I am confused regarding the readme text ' This is a development version, > so it is expected to break from time to time, > to add and remove features without prior notification and it should not be > used > in production' Well, where do you have this release from? What release is it exactly and what's the output of haproxy -vv? Chances are you are running a development version, which you should absolutely avoid. If you compile yourself, get an uptodate tarball from haproxy.org. cheers, lukas

