From c1790e67bc7246f8f6e7852a9ac7b08346994e82 Mon Sep 17 00:00:00 2001 From: Ross Thompson Date: Sat, 21 Jan 2023 22:00:26 -0600 Subject: [PATCH] Defaults to 1 job compiles. --- bin/wally-tool-chain-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/wally-tool-chain-install.sh b/bin/wally-tool-chain-install.sh index 14012c644..e9465b058 100755 --- a/bin/wally-tool-chain-install.sh +++ b/bin/wally-tool-chain-install.sh @@ -5,8 +5,8 @@ export PATH=$PATH:$RISCV/bin set -e # break on error -#NUM_THREADS=1 # for low memory machines > 8GiB -NUM_THREADS=8 # for >= 32GiB +NUM_THREADS=1 # for low memory machines > 16GiB +#NUM_THREADS=8 # for >= 32GiB #NUM_THREADS=16 # for >= 64GiB sudo mkdir -p $RISCV