fix order of cpuset adjustments on launch

old-commit-hash: bc07f24982
commatwo_master
Adeeb Shihadeh 5 years ago
parent bc62d8c2e2
commit ce9369758e
  1. 2
      launch_chffrplus.sh

@ -12,8 +12,8 @@ function two_init {
# Restrict Android and other system processes to the first two cores
echo 0-1 > /dev/cpuset/background/cpus
echo 0-1 > /dev/cpuset/system-background/cpus
echo 0-1 > /dev/cpuset/foreground/boost/cpus
echo 0-1 > /dev/cpuset/foreground/cpus
echo 0-1 > /dev/cpuset/foreground/boost/cpus
echo 0-1 > /dev/cpuset/android/cpus
# openpilot gets all the cores

Loading…
Cancel
Save