From 73797c789bf6e271d77089d82125d84d5b213943 Mon Sep 17 00:00:00 2001 From: Rob Walker Date: Thu, 16 Aug 2018 10:21:42 -0700 Subject: [PATCH] back to 4 TX threads --- ci/testnet-deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/testnet-deploy.sh b/ci/testnet-deploy.sh index 2979f332cb..19d15ba854 100755 --- a/ci/testnet-deploy.sh +++ b/ci/testnet-deploy.sh @@ -271,6 +271,7 @@ client_start() { snap info solana; \ sudo snap get solana; \ threadCount=\$(nproc); \ + if [[ \$threadCount -gt 4 ]]; then threadCount=4; fi; \ tmux kill-session -t solana; \ tmux new -s solana -d \" \ set -x; \