Skip to content

Instantly share code, notes, and snippets.

Created December 12, 2012 00:30
Show Gist options
  • Save anonymous/4263758 to your computer and use it in GitHub Desktop.
Save anonymous/4263758 to your computer and use it in GitHub Desktop.
erlang ricer config for sysctrl.conf
# General gigabit tuning:
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_syncookies = 1
# this gives the kernel more memory for tcp
# which you need with many open socket connections
net.ipv4.tcp_mem = 50576 64768 98152
net.core.netdev_max_backlog = 2500
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment