Skip to content

Instantly share code, notes, and snippets.

@igable
Created April 5, 2011 21:07
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 igable/904558 to your computer and use it in GitHub Desktop.
Save igable/904558 to your computer and use it in GitHub Desktop.
#tcp tunning
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_congestion_control=htcp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment