From a278f745f8b0686017fb257830201dace67f5ef9 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Sun, 31 May 2020 22:40:51 -0700 Subject: [PATCH] Reduce stable jobs (#10344) (#10346) automerge --- ci/test-stable.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/test-stable.sh b/ci/test-stable.sh index 55e6474d01..f5edc426db 100755 --- a/ci/test-stable.sh +++ b/ci/test-stable.sh @@ -39,9 +39,9 @@ test -d target/release/bpf && find target/release/bpf -name '*.d' -delete rm -rf target/xargo # Issue #3105 # Limit compiler jobs to reduce memory usage -# on machines with 1gb/thread of memory +# on machines with 2gb/thread of memory NPROC=$(nproc) -NPROC=$((NPROC>16 ? 16 : NPROC)) +NPROC=$((NPROC>14 ? 14 : NPROC)) echo "Executing $testName" case $testName in