check OS network limits when starting validator (#20874)

This commit is contained in:
Jeff Biseda
2021-10-25 18:25:55 -07:00
committed by GitHub
parent 58aa2b964b
commit 6470560dd1
5 changed files with 96 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ source "$here"/common.sh
args=(
--max-genesis-archive-unpacked-size 1073741824
--no-poh-speed-test
--no-os-network-limits-test
)
airdrops_enabled=1
node_sol=500 # 500 SOL: number of SOL to airdrop the node for transaction fees and vote account rent exemption (ignored if airdrops_enabled=0)