Created
June 23, 2017 20:42
-
-
Save carlbennett/5517d03335e3d748f4f52e35d622e6e9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
net.ipv4.tcp_window_scaling = 1 | |
net.ipv4.tcp_syncookies = 1 | |
net.core.rmem_max = 16777216 | |
net.core.wmem_max = 16777216 | |
net.ipv4.tcp_rmem = 4096 87380 16777216 | |
net.ipv4.tcp_wmem = 4096 65536 16777216 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment