Skip to content

Instantly share code, notes, and snippets.

@begetan
Created April 19, 2017 21:48
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 begetan/0c5f34eab4fa6dcc22b191da8da3e9bc to your computer and use it in GitHub Desktop.
Save begetan/0c5f34eab4fa6dcc22b191da8da3e9bc to your computer and use it in GitHub Desktop.
Linux Ubuntu 16.04 LTS tcp tunning for best performance
net.core.wmem_max = 8388608
net.core.rmem_max = 8388608
net.ipv4.tcp_rmem = 4096 87380 8388608
net.ipv4.tcp_low_latency = 1
# Tcp congestion protocol
net.ipv4.tcp_congestion_control=yeah
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment