sapphire: rootdir: Change CPUSets according to trinket

- In my testing, this caused less jank and killed lags on
  system background processes like ScreenRecorder without causing
  higher power consumption.

[angelomds42: Reduce background tasks to 2-3]

Change-Id: I0068a2c1f26da8ec77f2854100a8c95b70c94be3
Signed-off-by: angelomds42 <angelomds42@gmail.com>
This commit is contained in:
Vishalcj17
2024-06-15 22:15:52 -03:00
committed by kibria5
parent 71901f4e4d
commit 3991c2a89d

View File

@@ -12,9 +12,9 @@ on property:vendor.post_boot.parsed=1
stop statsd
# cpuset parameters
write /dev/cpuset/background/cpus 0-1
write /dev/cpuset/background/cpus 2-3
write /dev/cpuset/system-background/cpus 0-3
write /dev/cpuset/foreground/cpus 0-2,4-7
write /dev/cpuset/foreground/cpus 0-2,5-7
write /dev/cpuset/foreground/boost/cpus 4-7
write /dev/cpuset/top-app/cpus 0-7