Adjust fullnode/drone oom_score_adj to goad the kernel into killing it first
This commit is contained in:
@ -108,4 +108,5 @@ $program \
|
||||
--ledger "$SOLANA_LEADER_CONFIG_DIR"/ledger \
|
||||
> >($validator_logger) 2>&1 &
|
||||
pid=$!
|
||||
oom_score_adj "$pid" 1000
|
||||
wait "$pid"
|
||||
|
Reference in New Issue
Block a user