Skip to content

Commit

Permalink
XANMOD: fair: Set scheduler tunable latencies to unscaled
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Frade <kernel@xanmod.org>
  • Loading branch information
xanmod committed Oct 30, 2023
1 parent b775d53 commit be90321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/sched/fair.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
*
* (default SCHED_TUNABLESCALING_LOG = *(1+ilog(ncpus))
*/
unsigned int sysctl_sched_tunable_scaling = SCHED_TUNABLESCALING_LOG;
unsigned int sysctl_sched_tunable_scaling = SCHED_TUNABLESCALING_NONE;

/*
* Minimal preemption granularity for CPU-bound tasks:
Expand Down

0 comments on commit be90321

Please sign in to comment.