Fix overheating

Signed-off-by: Tyler Nijmeh <tylernij@gmail.com>
This commit is contained in:
Tyler Nijmeh 2020-09-30 09:10:41 -07:00
parent ecada3b618
commit 4031ff36d6

3
ktweak
View File

@ -124,9 +124,6 @@ fi
if [[ -d "/dev/stune/" ]]
then
# Artificially inflate top-app task load
write /dev/stune/top-app/schedtune.boost 10
# Prefer to schedule top-app tasks on idle CPUs
write /dev/stune/top-app/schedtune.prefer_idle 1
fi