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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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)