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

5 lines
239 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-26 19:25:44 -07:00
cat genesis.log leader.log | cargo run --release --features cuda --bin solana-fullnode -- -s leader.json -l leader.json -b 8000 -d 2>&1 | tee leader-tee.log