Skip to content

Instantly share code, notes, and snippets.

@mirkods
Forked from mcollina/settuning.sh
Created September 25, 2015 12:23
Show Gist options
  • Save mirkods/bde66393302c276d6d24 to your computer and use it in GitHub Desktop.
Save mirkods/bde66393302c276d6d24 to your computer and use it in GitHub Desktop.
m3medium config
net.core.rmem_default = 268435456
net.core.wmem_default = 268435456
net.core.rmem_max = 268435456
net.core.wmem_max = 268435456
net.core.netdev_max_backlog = 100000
net.ipv4.tcp_rmem = 4096 16384 134217728
net.ipv4.tcp_wmem = 4096 16384 134217728
net.ipv4.tcp_mem = 786432 1048576 268435456
net.ipv4.tcp_max_tw_buckets = 360000
net.ipv4.tcp_max_syn_backlog = 10000
vm.min_free_kbytes = 65536
vm.swappiness = 0
net.core.somaxconn = 100000
net.netfilter.nf_conntrack_max = 1000000
fs.file-max = 65536
@mirkods
Copy link
Author

mirkods commented Sep 25, 2015

Erogo 100 MB/s con 80% della CPU
(100 MB/s sono 800 Mbit/s)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment