sched: fair: tune BORE

Signed-off-by: Nahuel Gómez <nahuelgomez329@gmail.com>
This commit is contained in:
Nahuel Gómez 2024-12-17 16:45:37 -03:00 committed by Ksawlii
parent 46aa3942ce
commit a6f250c0e8

View file

@ -109,8 +109,8 @@ __setup("sched_thermal_decay_shift=", setup_sched_thermal_decay_shift);
#ifdef CONFIG_SCHED_BORE
uint __read_mostly sched_bore = 1;
uint __read_mostly sched_burst_smoothness_long = 1;
uint __read_mostly sched_burst_smoothness_short = 0;
uint __read_mostly sched_burst_fork_atavistic = 2;
uint __read_mostly sched_burst_smoothness_short = 1;
uint __read_mostly sched_burst_fork_atavistic = 0;
uint __read_mostly sched_burst_penalty_offset = 22;
uint __read_mostly sched_burst_penalty_scale = 1280;
uint __read_mostly sched_burst_cache_lifetime = 60000000;