Created
August 23, 2019 21:53
-
-
Save crosbymichael/5c716ba2670341dd643a3890a9af08f0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
mkdir -p /sys/fs/cgroup/cpuset/buildkit | |
echo 5-7 >> /sys/fs/cgroup/cpuset/buildkit/cpuset.cpus |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment