Comment 15 for bug 89160

Revision history for this message
Jojo (kuzniarpawel) wrote :

Please try

=================
vi /etc/sysctl.conf

add the following two lines

net.ipv4.tcp_wmem = 4096 16384 131072
net.ipv4.tcp_rmem = 4096 87380 174760

save and reset sysctl

sysctl -p
===================