sched/fair: Decrease migration cost

Change-Id: I7dc33271807facad1e1e33c97e82c9aa69112b78
Signed-off-by: Richard Raya <rdxzv.dev@gmail.com>
This commit is contained in:
John Galt 2024-04-22 15:32:50 -04:00 committed by Richard Raya
parent 4ebe5e8b7e
commit 09cae8f066

View File

@ -150,7 +150,7 @@ unsigned int __read_mostly sysctl_sched_energy_aware = 1;
unsigned int sysctl_sched_wakeup_granularity = 200000UL;
unsigned int normalized_sysctl_sched_wakeup_granularity = 200000UL;
unsigned int __read_mostly sysctl_sched_migration_cost = 2000000UL;
unsigned int __read_mostly sysctl_sched_migration_cost = 500000UL;
DEFINE_PER_CPU_READ_MOSTLY(int, sched_load_boost);
#ifdef CONFIG_SCHED_WALT