KernelAdiutor icon indicating copy to clipboard operation
KernelAdiutor copied to clipboard

Redmi Note 2 Core Limiting (Possibly all MediaTek x10)

Open ghost opened this issue 9 years ago • 4 comments

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

ghost avatar Aug 05 '16 22:08 ghost

description for each file?

Grarak avatar Aug 06 '16 07:08 Grarak

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

ghost avatar Aug 06 '16 10:08 ghost

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

ghost avatar Aug 09 '16 13:08 ghost

Never mess with cpuset. It's handled by the system

Grarak avatar Aug 10 '16 03:08 Grarak