Update validator-start document to reflect sys-tuner changes (#7275)

This commit is contained in:
Pankaj Garg
2019-12-04 15:17:12 -08:00
committed by GitHub
parent 76829457df
commit 0a390cbc91

View File

@ -43,15 +43,15 @@ that CUDA is enabled: `"[<timestamp> solana::validator] CUDA is enabled"`
## Tune System ## Tune System
For Linux validators, the solana repo includes a script to adjust system For Linux validators, the solana repo includes a daemon to adjust system settings to optimize
settings to optimize performance (namely by increasing the OS UDP buffer limits). performance (namely by increasing the OS UDP buffer limits, and scheduling PoH with realtime policy).
Download the script here: https://github.com/solana-labs/solana/blob/master/scripts/tune-system.sh The daemon (`solana-sys-tuner`) is included in the solana binary release.
And run: To run it:
```bash ```bash
./tune-system.sh sudo solana-sys-tuner --user $(whoami) > sys-tuner.log 2>&1 &
``` ```
## Generate identity ## Generate identity