commit | 4db0b0430dcd2d0d853b21a10fc85e9c325c3e84 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Mar 22 14:52:30 2023 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Mar 22 17:29:23 2023 +0100 |
tree | 455560987acd16b9f45b4548f4e99433a897cb58 | |
parent | f4e7616e6c486134f229bb686eab1c660b5c24a6 [diff] |
MINOR: pools: make sure 'no-memory-trimming' is always used The global option 'no-memory-trimming' was added in 2.6 with commit c4e56dc58 ("MINOR: pools: add a new global option "no-memory-trimming"") but there were some cases left where it was not considered. Let's make is_trim_enabled() also consider it.