Hi Willy, Here is the v2 of a previously sent patch to change the behaviour of init when setrlimit fails. It includes two prior very minor patches I thought I could fix while being there: - a very small oversight in doc for busy-polling parameter in performance parameter list - a small incoherency in the code handling set-dumpable
I choose to implement as you suggested in the previous thread, but tell me if I need to adapt something. for reference, v1 was https://www.mail-archive.com/haproxy@formilux.org/msg35142.html William Dauchy (3): MINOR: doc: fix busy-polling performance reference MINOR: config: allow no set-dumpable config option MINOR: init: always fail when setrlimit fails doc/configuration.txt | 15 ++++++- include/types/global.h | 2 +- src/cfgparse-global.c | 8 ++++ src/cfgparse.c | 9 +++-- src/haproxy.c | 90 ++++++++++++++++++++++++++++++++++-------- 5 files changed, 102 insertions(+), 22 deletions(-) -- 2.23.0