diff options
Diffstat (limited to 'source/a/sysvinit-scripts/scripts/rc.cpufreq')
-rw-r--r-- | source/a/sysvinit-scripts/scripts/rc.cpufreq | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/a/sysvinit-scripts/scripts/rc.cpufreq b/source/a/sysvinit-scripts/scripts/rc.cpufreq index 571ce41c..cafcb66a 100644 --- a/source/a/sysvinit-scripts/scripts/rc.cpufreq +++ b/source/a/sysvinit-scripts/scripts/rc.cpufreq @@ -23,6 +23,10 @@ # differs in behaviour in that it gracefully increases and # decreases the CPU speed rather than jumping to max speed the # moment there is any load on the CPU. +# schedutil: The CPUfreq governor "schedutil" aims at better integration with +# the Linux kernel scheduler. Load estimation is achieved through +# the scheduler's Per-Entity Load Tracking (PELT) mechanism, which +# also provides information about the recent load. SCALING_GOVERNOR=ondemand # If rc.cpufreq is given an option, use it for the CPU scaling governor instead: |