update
This commit is contained in:
committed by
Greg Fitzgerald
parent
02c5b0343b
commit
17d3a6763c
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
export RUST_LOG=solana=info
|
export RUST_LOG=solana=info
|
||||||
sudo sysctl -w net.core.rmem_max=26214400
|
sudo sysctl -w net.core.rmem_max=26214400
|
||||||
rm leader.log
|
rm -f leader.log
|
||||||
cat genesis.log leader.log | cargo run --features=cuda,erasure --bin solana-fullnode -- -s leader.json -l leader.json -b 8000 -d 2>&1 | tee leader-tee.log
|
cat genesis.log | cargo run --features=cuda --bin solana-fullnode -- -s leader.json -l leader.json -b 8000 -d 2>&1 | tee leader-tee.log
|
||||||
|
@ -20,5 +20,5 @@ export RUST_LOG=solana=info
|
|||||||
sudo sysctl -w net.core.rmem_max=26214400
|
sudo sysctl -w net.core.rmem_max=26214400
|
||||||
|
|
||||||
cat genesis.log leader.log | \
|
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
|
-l validator.json -s validator.json -v leader.json -b 9000 -d 2>&1 | tee validator-tee.log
|
||||||
|
Reference in New Issue
Block a user