diff --git a/kernel/sched/features.h b/kernel/sched/features.h index 54441ed83..f0a0126fa 100755 --- a/kernel/sched/features.h +++ b/kernel/sched/features.h @@ -4,7 +4,7 @@ * them to run sooner, but does not allow tons of sleepers to * rip the spread apart. */ -SCHED_FEAT(GENTLE_FAIR_SLEEPERS, true) +SCHED_FEAT(GENTLE_FAIR_SLEEPERS, false) /* * Place new tasks ahead so that they do not starve already running