Increase rmem and wmem for remote nodes in testnet (#1635) (#1637)

This commit is contained in:
Pankaj Garg
2018-10-29 14:36:26 -07:00
committed by GitHub
parent 4b02bbc802
commit fb9d8dfa99

View File

@ -35,6 +35,8 @@ else
setupArgs="-l"
fi
sudo sysctl -w net.core.rmem_default=1610612736
sudo sysctl -w net.core.wmem_default=1610612736
case $deployMethod in
snap)