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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -43,15 +43,15 @@ that CUDA is enabled: `"[<timestamp> solana::validator] CUDA is enabled"`
## Tune System
For Linux validators, the solana repo includes a script to adjust system
settings to optimize performance (namely by increasing the OS UDP buffer limits).
For Linux validators, the solana repo includes a daemon to adjust system settings to optimize
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
./tune-system.sh
sudo solana-sys-tuner --user $(whoami) > sys-tuner.log 2>&1 &
```
## Generate identity