On Fri, Oct 16, 2015 at 02:08:37PM +0200, wbmtfrdlxm wrote: > when using ipsec on the backend side, this error pops up in the haproxy log > from time to time: > > Layer4 connection problem, info: "General socket error (No buffer space > available)
This error normally means that there is no more memory for the sockets in kernel space. This must never happen during a socket() or connect() call, otherwise it indicates that your system is under strong memory contention. Is your system swapping ? Or worse, is it virtualized with memory ballooning or other such horrors^H^H^H^H^H^Hbeauties that make you believe you're running with unlimited resources while in fact you're running with no more resources at all ? Willy

