Update validator-start document to reflect sys-tuner changes (#7275)
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user