> On 8 окт. 2015 г., at 15:30, Daren Sefcik <[email protected]> wrote: > > How about kern.ipc.somaxconn
I have this set to 4096, and when it overflows it prints a line in the log (Listen queue overflow...) I have no these errors in logs. Moreover, connections sitting in socket accept queue are not seen by haproxy and haproxy can't count this time and trigger timeouts. > > On Thu, Oct 8, 2015 at 5:22 AM, Dmitry Sivachenko <[email protected]> wrote: > > > On 8 окт. 2015 г., at 3:51, Igor Cicimov <[email protected]> > > wrote: > > > > > > The only thing I can think of is you have left net.core.somaxconn = 128, > > try increasing it to 4096 lets say to match your planned capacity of 3000 > > > > > I forgot to mention that I am using FreeBSD, I don't think it has similar > sysctl. >

