From ce9369758ea018f533a5b53870c6df7438785a42 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Thu, 15 Oct 2020 16:10:21 -0700 Subject: [PATCH] fix order of cpuset adjustments on launch old-commit-hash: bc07f249827a71d1c0317a70167d46827d418ecf --- launch_chffrplus.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launch_chffrplus.sh b/launch_chffrplus.sh index 7124ef3c4f..47eead9964 100755 --- a/launch_chffrplus.sh +++ b/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