commit | fab0fdce981149a4e3172f2b81113f505f415595 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Tue Nov 09 18:01:22 2021 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Wed Nov 10 15:53:01 2021 +0100 |
tree | 8060793d0d545100fce4105c7cfe33ee51815177 | |
parent | 5d71a6b0f1a9effd421495b8d073f78db336e0ab [diff] |
MEDIUM: mworker: reexec in waitpid mode after successful loading Use the waitpid mode after successfully loading the configuration, this way the memory will be freed in the master, and will preserve the memory. This will be useful when doing a reload with a configuration which has large maps or a lot of SSL certificates, avoiding an OOM because too much memory was allocated in the master.