]> git.ipfire.org Git - thirdparty/haproxy.git/commit
OPTIM/MINOR: make it possible to change pipe size (tune.pipesize)
authorWilly Tarreau <w@1wt.eu>
Sun, 23 Oct 2011 19:14:29 +0000 (21:14 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 23 Oct 2011 19:15:38 +0000 (21:15 +0200)
commitbd9a0a77816a95ae1ff5598f372d91df02764c95
treea88bc654c5bda2bdb52ea755c7ff1efd2d968290
parent7b81563443963571f909503863866ea5b76a3912
OPTIM/MINOR: make it possible to change pipe size (tune.pipesize)

By default, pipes are the default size for the system. But sometimes when
using TCP splicing, it can improve performance to increase pipe sizes,
especially if it is suspected that pipes are not filled and that many
calls to splice() are performed. This has an impact on the kernel's
memory footprint, so this must not be changed if impacts are not understood.
doc/configuration.txt
include/common/compat.h
include/types/global.h
src/cfgparse.c
src/pipe.c