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 f26abbb commit 98ae65bCopy full SHA for 98ae65b
tools/ci_testing/addons_gpu.sh
@@ -25,7 +25,7 @@ fi
25
26
set -x
27
28
-N_JOBS=$(grep -c ^processor /proc/cpuinfo)
+N_JOBS=1 # Must limit GPU testing to single job to prevent OOM error.
29
30
echo ""
31
echo "Bazel will use ${N_JOBS} concurrent job(s)."
0 commit comments