diff --git a/rootdir/etc/init.qcom.post_boot.sh b/rootdir/etc/init.qcom.post_boot.sh index dc86955..5296339 100644 --- a/rootdir/etc/init.qcom.post_boot.sh +++ b/rootdir/etc/init.qcom.post_boot.sh @@ -4352,8 +4352,14 @@ case "$target" in echo 10 > /sys/class/devfreq/soc:qcom,mincpubw/polling_interval # cpuset parameters - echo 0-3 > /dev/cpuset/background/cpus + #echo 0-3 > /dev/cpuset/background/cpus + #echo 0-3 > /dev/cpuset/system-background/cpus + echo 0-7 > /dev/cpuset/top-app/cpus + echo 0-3,6-7 > /dev/cpuset/foreground/boost/cpus + echo 0-3,6-7 > /dev/cpuset/foreground/cpus + echo 0-1 > /dev/cpuset/background/cpus echo 0-3 > /dev/cpuset/system-background/cpus + echo 0-3 > /dev/cpuset/restricted/cpus # Turn off scheduler boost at the end echo 0 > /proc/sys/kernel/sched_boost