Created
July 23, 2013 22:13
-
-
Save loe/6066629 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.core.rmem_max = 16777216 | |
net.core.wmem_max = 16777216 | |
net.ipv4.tcp_rmem = 4096 87380 16777216 | |
net.ipv4.tcp_wmem = 4096 65536 16777216 | |
net.ipv4.tcp_max_syn_backlog = 10240 | |
net.core.netdev_max_backlog = 4000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment