We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32f4800 commit 38a16aeCopy full SHA for 38a16ae
install_opi6.sh
@@ -45,7 +45,7 @@ echo "Installing additional things"
45
apt-get --yes -qq install libc6 libstdc++6
46
47
# modify photonvision.service to enable big cores
48
-# For reasons beyond human comprehension, the little cores are on 2, 3, 4, and 5.
+# For reasons beyond human comprehension, the little cores are on 2, 3, 4, and 5.
49
sed -i 's/# AllowedCPUs=4-7/AllowedCPUs=0,1,6-11/g' /lib/systemd/system/photonvision.service
50
cp -f /lib/systemd/system/photonvision.service /etc/systemd/system/photonvision.service
51
chmod 644 /etc/systemd/system/photonvision.service
0 commit comments