Tune UDP rmem/wmem using sys-tuner daemon (#7273)

This commit is contained in:
Pankaj Garg
2019-12-04 15:17:24 -08:00
committed by GitHub
parent 0a390cbc91
commit 9d7a926a8b
4 changed files with 48 additions and 5 deletions

View File

@ -126,9 +126,6 @@ cat >> ~/solana/on-reboot <<EOF
PATH="$HOME"/.cargo/bin:"$PATH"
export USE_INSTALL=1
# shellcheck source=/dev/null
SUDO_OK=1 source scripts/tune-system.sh
sudo RUST_LOG=info ~solana/.cargo/bin/solana-sys-tuner --user $(whoami) > sys-tuner.log 2>&1 &
echo \$! > sys-tuner.pid