solana-with-rpc-optimizations/multinode-demo/leader.sh

6 lines
235 B
Bash
Raw Normal View History

#!/bin/bash
2018-05-24 16:26:05 -07:00
export RUST_LOG=solana=info
sudo sysctl -w net.core.rmem_max=26214400
2018-05-30 10:07:30 -07:00
rm -f leader.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