Run oom-monitor in net/ testnets

This commit is contained in:
Michael Vines
2018-08-29 07:48:38 -07:00
parent ff991b87da
commit 43b4207101
6 changed files with 17 additions and 10 deletions

View File

@ -165,9 +165,7 @@ stop_node() {
set -x
ssh "${sshOptions[@]}" "$ipAddress" "
set -x;
pkill -9 solana-;
pkill -9 validator;
pkill -9 leader;
pkill -9 solana- remote_ oom-monitor
"
) || true
}