Skip to content

Instantly share code, notes, and snippets.

@Thinkscape
Created June 14, 2013 12:59
Show Gist options
  • Select an option

  • Save Thinkscape/5781613 to your computer and use it in GitHub Desktop.

Select an option

Save Thinkscape/5781613 to your computer and use it in GitHub Desktop.
net.ipv4.tcp_tw_recycle = 0
net.ipv4.tcp_max_tw_buckets = 262144
net.core.somaxconn = 65536
net.nf_conntrack_max = 262144
net.ipv4.tcp_max_syn_backlog = 65536
net.ipv4.tcp_max_orphans = 262144
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment