diff options
| author | Cristoforo Cataldo <cristoforo.cataldo@gmail.com> | 2013-05-11 00:45:12 +0200 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-04-25 11:28:18 +0200 |
| commit | 1016aa0eb6db78bd15c26e1d62e3a3e4856436bf (patch) | |
| tree | f77c240325c8d0fc1d7f793f2964de29fec63eb3 | |
| parent | 3859f9754e1e41010e744dec959f5f5bec2e7054 (diff) | |
sched: Disabled Gentle Fair Sleepers for better UI performance
| -rw-r--r-- | kernel/sched/features.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched/features.h b/kernel/sched/features.h index 99399f8e4..c96157ead 100644 --- a/kernel/sched/features.h +++ b/kernel/sched/features.h @@ -3,7 +3,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 |
