Skip to content

Instantly share code, notes, and snippets.

@loe
Created July 23, 2013 22:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save loe/6066629 to your computer and use it in GitHub Desktop.
Save loe/6066629 to your computer and use it in GitHub Desktop.
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