]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: config: implement global setting tune.buffers.reserve
authorWilly Tarreau <w@1wt.eu>
Tue, 23 Dec 2014 21:40:40 +0000 (22:40 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 24 Dec 2014 22:47:33 +0000 (23:47 +0100)
commit1058ae73f13aac494d24c89a6820c052e99757a1
treeebe9e50e8cf67ad36ca8158815f30581f78a9992
parenta24adf0795c19e288559b3d07b7acfb4f4adb5c8
MINOR: config: implement global setting tune.buffers.reserve

Used in conjunction with the dynamic buffer allocator.

tune.buffers.reserve <number>
  Sets the number of buffers which are pre-allocated and reserved for use only
  during memory shortage conditions resulting in failed memory allocations. The
  minimum value is 2 and is also the default. There is no reason a user would
  want to change this value, it's mostly aimed at haproxy core developers.
doc/configuration.txt
src/cfgparse.c