]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: haterm: increase thread-local pool size
authorWilly Tarreau <w@1wt.eu>
Thu, 19 Feb 2026 14:30:01 +0000 (15:30 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Feb 2026 14:45:01 +0000 (15:45 +0100)
commit0bb686a72df856861fe81f7abbc9503ff3163a8f
tree44d348214c4987508de128e1269de4fc187ede7b
parentb007b7aa0413067edc38cbb13eee1942f46d5989
MINOR: haterm: increase thread-local pool size

QUIC uses many objects and the default pool size causes a lot of
thrashing at the current request rate, taking ~12% CPU in pools.
Let's increase it to 3MB, which allows us to reach around 11M
req/s on a 80-core machine.
src/haterm_init.c