Redmi Note 2 Core Limiting (Possibly all MediaTek x10)
Could you add value box for this?
Limit max cpu cores available (range 2 - 8)
echo 4 > /proc/hps/num_limit_low_batt echo 4 > /proc/hps/num_limit_power_serv echo 4 > /proc/hps/num_limit_thermal echo 4 > /proc/hps/num_limit_ultra_power_saving
description for each file?
I am sorry but there's no description for each file, you could just implement 1 value box or slider from 1-8 to overwrite all these file, I was tested it with terminal and it worked https://drive.google.com/file/d/0B3TzmNRa2nE6WkdJWWpRX2o4ZHc/view?usp=drivesdk PS. By default, my phone use 3 core while I touched the screen
There is also other way to disable core, By writing echo "0-3" > /dev/cpuset/foreground/cpus It will enable core 0, 1, 2, and 3 only
Never mess with cpuset. It's handled by the system