Skip to content

Commit 98ae65b

Browse files
seanpmorganWindQAQ
authored andcommitted
Limit GPU testing jobs (#344)
* Limit GPU testing * FIX
1 parent f26abbb commit 98ae65b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci_testing/addons_gpu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ fi
2525

2626
set -x
2727

28-
N_JOBS=$(grep -c ^processor /proc/cpuinfo)
28+
N_JOBS=1 # Must limit GPU testing to single job to prevent OOM error.
2929

3030
echo ""
3131
echo "Bazel will use ${N_JOBS} concurrent job(s)."

0 commit comments

Comments
 (0)