diff options
author | Bruno Martins <bgcngm@gmail.com> | 2017-04-12 23:12:12 +0200 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-04-12 23:12:37 +0200 |
commit | 80f0c57ef04f942bdde7d379869590c2d2612095 (patch) | |
tree | 05a8bcb87661a8348819f3dfe2c23d0f2292c2aa | |
parent | 7a3e34cafc5f07c2406248d2a6699d1f2d0d1452 (diff) |
ramdisk: Drop aggressive load balancing
-rwxr-xr-x | rootdir/init.qcom.power.rc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/rootdir/init.qcom.power.rc b/rootdir/init.qcom.power.rc index c64643f..3f008ab 100755 --- a/rootdir/init.qcom.power.rc +++ b/rootdir/init.qcom.power.rc @@ -133,13 +133,6 @@ on class_start:late_start trigger enable-low-power - # Update cpusets now that boot is complete and we want better load balancing - write /dev/cpuset/top-app/cpus 0-3 - write /dev/cpuset/foreground/boost/cpus 0-3 - write /dev/cpuset/foreground/cpus 0-3 - write /dev/cpuset/background/cpus 0 - write /dev/cpuset/system-background/cpus 0-3 - on property:init.svc.recovery=running trigger enable-low-power |