diff --git a/src/haproxy.c b/src/haproxy.c index fd4b05028..8ec217c19 100644 --- a/src/haproxy.c +++ b/src/haproxy.c @@ -566,6 +566,7 @@ void init(int argc, char **argv) global.maxpipes = MAX(nbfe, nbbe); if (global.maxpipes > global.maxconn) global.maxpipes = global.maxconn; + global.maxpipes /= 4; }