Difference between revisions of "Increase network throughput"
From Luna Node
Line 1: | Line 1: | ||
− | On some operating systems, the default network settings limit the possible TCP throughput. If you find that your Linux VM is not able to | + | On some operating systems, the default network settings limit the possible TCP throughput. If you find that your Linux VM is not able to push more than 20 MB/s on a gigabit port, then open /etc/sysctl.conf in an editor and add at the bottom: |
<nowiki>net.core.rmem_max=16777216 | <nowiki>net.core.rmem_max=16777216 |
Revision as of 20:43, 20 April 2014
On some operating systems, the default network settings limit the possible TCP throughput. If you find that your Linux VM is not able to push more than 20 MB/s on a gigabit 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