Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save carlbennett/5517d03335e3d748f4f52e35d622e6e9 to your computer and use it in GitHub Desktop.
Save carlbennett/5517d03335e3d748f4f52e35d622e6e9 to your computer and use it in GitHub Desktop.
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