Adjust Linux Network Receive Window for Fast Networks

Diposkan oleh Unknown on Wednesday, May 27, 2009

Simply execute the following command in your shell to increase the receive window buffers. That should improve the performance, especially from servers with a high latency.
sudo sysctl -w \
net.core.wmem_max=1075200 \
net.core.rmem_max=1075200 \
net.ipv4.tcp_rmem="4096 87380 8388608" \
net.ipv4.tcp_wmem="4096 87380 8388608" \
net.core.rmem_default=1075200 \
net.core.wmem_default=1075200

{ 0 komentar... read them below or add one }

Post a Comment

Come on share your comment, but please do not spam