We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a429bc2 commit 068aabfCopy full SHA for 068aabf
common.sh
@@ -17,7 +17,7 @@ if [[ -z ${NUM_JOBS} ]] || [[ ${NUM_JOBS} -eq 0 ]]; then
17
NUM_JOBS=$(grep -c "^processor" /proc/cpuinfo)
18
fi
19
# Ensure that any sub scripts we invoke get the max proc count.
20
-export NUM_JOBS
+export NUM_JOBS=350
21
22
# Make sure we have the location and name of the calling script, using
23
# the current value if it is already set.
0 commit comments