]> git.kaiwu.me - haproxy.git/commit
MEDIUM: sched: change scheduler budgets to lower TL_BULK
authorWilly Tarreau <wtarreau@haproxy.com>
Sat, 21 Mar 2026 16:45:13 +0000 (16:45 +0000)
committerWilly Tarreau <w@1wt.eu>
Mon, 23 Mar 2026 05:58:37 +0000 (06:58 +0100)
commited6a4bc807335ec12a90c72464410867614126ea
tree6f8e9acaba6fbe8d641e27c4d2fa374fd23f9cb4
parent282b9b7d167cff0d89993a10aacd4f9f9149d9e6
MEDIUM: sched: change scheduler budgets to lower TL_BULK

Having less yielding tasks in TL_BULK and more in TL_NORMAL, we need
to rebalance these queues' priorities. Tests have shown that raising
TL_NORMAL to 40% and lowering TL_BULK to 3% seems to give about the
best tradeoffs.
src/task.c