Remove stune boost as it causes overheating

latency
Tyler Nijmeh 4 years ago committed by GitHub
parent fc3663746a
commit 66d002d693
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -140,15 +140,6 @@ then
write /sys/kernel/debug/sched_features HRTICK
fi
[[ "$ANDROID" == true ]] && if [[ -d "/dev/stune/" ]]
then
# Prefer to schedule top-app tasks on idle CPUs
write /dev/stune/top-app/schedtune.prefer_idle 1
# Mark top-app as boosted, find high-performing CPUs
write /dev/stune/top-app/schedtune.boost 1
fi
# Loop over each CPU in the system
for cpu in /sys/devices/system/cpu/cpu*/cpufreq
do

Loading…
Cancel
Save