commit | 79c9bdf63dc0e38a7ccfa608b962faf2bdbb3c73 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Jul 17 12:31:08 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat Jul 17 12:31:08 2021 +0200 |
tree | a2719a2670f842e887ce4dea1de126dd59398d98 | |
parent | f2e44d4e871f2a3854728ad1c9ede8894df96033 [diff] |
BUG/MEDIUM: init: restore behavior of command-line "-m" for memory limitation The removal for the shared inter-process cache in commit 6fd0450b4 ("CLEANUP: shctx: remove the different inter-process locking techniques") accidentally removed the enforcement of rlimit_memmax_all which corresponds to what is passed to the command-line "-m" argument. Let's restore it. Thanks to @nafets227 for spotting this. This fixes github issue #1319.