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

This commit is contained in:
Pankaj Garg
2018-10-29 13:04:54 -07:00
committed by GitHub
parent f12743de38
commit 7abd456d45

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)