sm8350-common: rootdir: Move background cpuset to CPU0-1
Background tasks are not UX-critical. Free up cores to work on more important UX tasks.
This commit is contained in:
parent
e98e50ce49
commit
f07856993d
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ echo 10 10 10 10 10 10 10 95 > /proc/sys/kernel/sched_coloc_busy_hyst_cpu_busy_p
|
|||
echo 325 > /proc/sys/kernel/walt_low_latency_task_threshold
|
||||
|
||||
# cpuset parameters
|
||||
echo 0-3 > /dev/cpuset/background/cpus
|
||||
echo 0-1 > /dev/cpuset/background/cpus
|
||||
echo 0-3 > /dev/cpuset/restricted/cpus
|
||||
echo 0-3 > /dev/cpuset/system-background/cpus
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue