Added a new remote node configuration script to set rmem/wmem (#1647)

* Added a new remote node configuration script to set rmem/wmem

* Update common.sh for rmem/wmem configuration
This commit is contained in:
Pankaj Garg
2018-10-30 09:17:35 -07:00
committed by GitHub
parent 45bb97cad6
commit 3cc78d3a41
4 changed files with 16 additions and 7 deletions

View File

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