Increase network throughput

From Luna Node
Revision as of 20:42, 20 April 2014 by Favyen Bastani (Talk | contribs)

Jump to: navigation, search

On some operating systems, the default network settings limit the possible TCP throughput. If you find that your Linux VM is not able to use up the network port, then open /etc/sysctl.conf in an editor and add at the bottom:

net.core.rmem_max=16777216
net.core.wmem_max=16777216
net.ipv4.tcp_rmem=4096 87380 16777216
net.ipv4.tcp_wmem=4096 65536 16777216