diff --git a/README.md b/README.md index b0b8c02..e9f3e5f 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ Allow the scheduler to place tasks on their origin CPU, increasing cache localit * hispeed_freq: : Set the "higher freq" (referencing hispeed_load) to the maximum frequency available to take advantage of [Race-To-Idle](https://lwn.net/Articles/281629/). ### CAF CPU Boost Tweaks -* input_boost_freq: 1.4 GHz (closest freq) as a generic, universal boost frequency to the little cluster. +* input_boost_freq: 1.2 GHz (closest freq) as a generic, universal boost frequency to the little cluster. * input_boost_ms: 250 ms, not consuming too much power but boosting for important, interactive events such as clicking on things. ### I/O diff --git a/system/bin/ktweak b/system/bin/ktweak index e049db8..6ae3e56 100644 --- a/system/bin/ktweak +++ b/system/bin/ktweak @@ -162,7 +162,7 @@ done # CAF CPU boost if [[ -d "/sys/module/cpu_boost" ]] then - write "/sys/module/cpu_boost/parameters/input_boost_freq" 0:1600000 + write "/sys/module/cpu_boost/parameters/input_boost_freq" 0:1200000 write "/sys/module/cpu_boost/parameters/input_boost_ms" 250 fi