]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: config: change default MAX_TGROUPS to 16
authorWilly Tarreau <w@1wt.eu>
Fri, 15 Jul 2022 19:46:55 +0000 (21:46 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 15 Jul 2022 19:51:48 +0000 (21:51 +0200)
commit856d56d2d2bfe7f5eae0927d43e2cdb306b36279
tree4421583153c2545ecb6311d94759ff26d3b7142f
parentc6b596dccec61610508d3b9630159d426db12921
MINOR: config: change default MAX_TGROUPS to 16

This will allows nbtgroups > 1 to be declared in the config without
recompiling. The theoretical limit is 64, though we'd rather not push
it too far for now as some structures might be enlarged to be indexed
per group. Let's start with 16 groups max, allowing to experiment with
dual-socket machines suffering from up to 8 loosely coupled L3 caches.
It's a good start and doesn't engage us too far.
doc/configuration.txt
include/haproxy/defaults.h