Skip to content

Commit

Permalink
Restart solana.bench-tps every 10 minutes to work around memory leak
Browse files Browse the repository at this point in the history
cc: #728
  • Loading branch information
Michael Vines authored Jul 22, 2018
1 parent 3ffdca1 commit d403808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/testnet-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ client_run \
sudo snap install solana --$SOLANA_SNAP_CHANNEL --devmode; \
snap info solana; \
tmux new -s solana -d \" \
/snap/bin/solana.bench-tps $SOLANA_NET_URL ${#vmlist[@]} --loop -s 3600 2>&1 | tee /tmp/solana.log; \
/snap/bin/solana.bench-tps $SOLANA_NET_URL ${#vmlist[@]} --loop -s 600 2>&1 | tee /tmp/solana.log; \
echo Error: bench-tps should never exit; \
bash \
\"; \
Expand Down

0 comments on commit d403808

Please sign in to comment.