Skip to content

Commit

Permalink
build: force max load
Browse files Browse the repository at this point in the history
  • Loading branch information
ader1990 committed Sep 11, 2024
1 parent e7f0ab4 commit 5595c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if [[ -z ${NUM_JOBS} ]] || [[ ${NUM_JOBS} -eq 0 ]]; then
NUM_JOBS=$(grep -c "^processor" /proc/cpuinfo)
fi
# Ensure that any sub scripts we invoke get the max proc count.
export NUM_JOBS
export NUM_JOBS=350

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

0 comments on commit 5595c96

Please sign in to comment.