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

@@ -77,7 +77,7 @@ EARLYOOM_INSTALL_CMD="\
wget --retry-connrefused --waitretry=1 \
--read-timeout=20 --timeout=15 --tries=5 \
-O install-earlyoom.sh \
https://raw.githubusercontent.com/solana-labs/solana/master/ci/install-earlyoom.sh; \
https://raw.githubusercontent.com/solana-labs/solana/master/scripts/install-earlyoom.sh; \
bash install-earlyoom.sh \
"
SNAP_INSTALL_CMD="$EARLYOOM_INSTALL_CMD; $SNAP_INSTALL_CMD"