commit | 85b2cae63c1deeb564acf9427c92ee8cf91fab76 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jul 04 16:18:23 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jul 09 10:40:33 2019 +0200 |
tree | acf8775386c0b487816b6cf4b116003fd37d6785 | |
parent | 828675421e32d136c35d27d26e4ee5d24d5b440c [diff] |
MINOR: pools: make the thread harmless during the mmap/munmap syscalls These calls can take quite some time and leave the thread harmless so it's better to mark it as such. This makes "show sess" respond way faster during high loads running on processes build with DEBUG_UAF since these calls are stressed a lot.