Pass SOLANA_METRICS_CONFIG along to oom-monitor.sh (#5021)

This commit is contained in:
Michael Vines 2019-07-10 20:11:55 -07:00 committed by GitHub
parent 727c15ef8a
commit 8781aebe06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ local|tar)
SUDO_OK=1 source scripts/tune-system.sh
(
sudo scripts/oom-monitor.sh
sudo SOLANA_METRICS_CONFIG="$SOLANA_METRICS_CONFIG" scripts/oom-monitor.sh
) > oom-monitor.log 2>&1 &
echo $! > oom-monitor.pid
scripts/net-stats.sh > net-stats.log 2>&1 &