diff options
author | Vincent Guittot <[email protected]> | 2020-09-21 09:24:24 +0200 |
---|---|---|
committer | Peter Zijlstra <[email protected]> | 2020-09-25 14:23:26 +0200 |
commit | 6e7499135db724539ca887b3aa64122502875c71 (patch) | |
tree | c65784c05da1e19e116153a0f8dddf3fa0327081 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | e4d32e4d5444977d8dc25fa98b3ce0a65544db8c (diff) |
sched/fair: Reduce busy load balance interval
The busy_factor, which increases load balance interval when a cpu is busy,
is set to 32 by default. This value generates some huge LB interval on
large system like the THX2 made of 2 node x 28 cores x 4 threads.
For such system, the interval increases from 112ms to 3584ms at MC level.
And from 228ms to 7168ms at NUMA level.
Even on smaller system, a lower busy factor has shown improvement on the
fair distribution of the running time so let reduce it for all.
Signed-off-by: Vincent Guittot <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Reviewed-by: Phil Auld <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions