commit | 1058ae73f13aac494d24c89a6820c052e99757a1 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Dec 23 22:40:40 2014 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Dec 24 23:47:33 2014 +0100 |
tree | ebe9e50e8cf67ad36ca8158815f30581f78a9992 | |
parent | a24adf0795c19e288559b3d07b7acfb4f4adb5c8 [diff] |
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.