Restart `solana.bench-tps` every 10 minutes to work around memory leak

cc: #728
This commit is contained in:
Michael Vines 2018-07-21 19:48:13 -07:00 committed by GitHub
parent 3ffdca193d
commit d403808564
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 \
\"; \