This commit is contained in:
Anatoly Yakovenko
2018-05-30 10:07:30 -07:00
committed by Greg Fitzgerald
parent 02c5b0343b
commit 17d3a6763c
2 changed files with 3 additions and 3 deletions

View File

@ -20,5 +20,5 @@ export RUST_LOG=solana=info
sudo sysctl -w net.core.rmem_max=26214400
cat genesis.log leader.log | \
cargo run --release --features=cuda,erasure --bin solana-fullnode -- \
cargo run --release --features=cuda --bin solana-fullnode -- \
-l validator.json -s validator.json -v leader.json -b 9000 -d 2>&1 | tee validator-tee.log