Run release binary for leader node

This commit is contained in:
Stephen Akridge 2018-06-01 13:01:19 -07:00 committed by Greg Fitzgerald
parent b66ebf5dec
commit fd338c3097
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
export RUST_LOG=solana=info
sudo sysctl -w net.core.rmem_max=26214400
cargo run --bin solana-fullnode -- -l leader.json < genesis.log
cargo run --release --bin solana-fullnode -- -l leader.json < genesis.log