sdm710-common: rootdir: Kang runtime cpuset from crosshatch
Change-Id: Icb4c39fb1f316effde856e1e10e6c19e391fab7d
This commit is contained in:
parent
23ce77d849
commit
90893a90f4
1 changed files with 7 additions and 1 deletions
|
@ -4352,8 +4352,14 @@ case "$target" in
|
||||||
echo 10 > /sys/class/devfreq/soc:qcom,mincpubw/polling_interval
|
echo 10 > /sys/class/devfreq/soc:qcom,mincpubw/polling_interval
|
||||||
|
|
||||||
# cpuset parameters
|
# 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/system-background/cpus
|
||||||
|
echo 0-3 > /dev/cpuset/restricted/cpus
|
||||||
|
|
||||||
# Turn off scheduler boost at the end
|
# Turn off scheduler boost at the end
|
||||||
echo 0 > /proc/sys/kernel/sched_boost
|
echo 0 > /proc/sys/kernel/sched_boost
|
||||||
|
|
Loading…
Reference in a new issue