Skip to content

Commit 068aabf

Browse files
committed
build: force max load
1 parent a429bc2 commit 068aabf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if [[ -z ${NUM_JOBS} ]] || [[ ${NUM_JOBS} -eq 0 ]]; then
1717
NUM_JOBS=$(grep -c "^processor" /proc/cpuinfo)
1818
fi
1919
# Ensure that any sub scripts we invoke get the max proc count.
20-
export NUM_JOBS
20+
export NUM_JOBS=350
2121

2222
# Make sure we have the location and name of the calling script, using
2323
# the current value if it is already set.

0 commit comments

Comments
 (0)