sysctl.conf - increase tcp_wmem
This commit is contained in:
parent
74cbceae37
commit
8189117ad4
@ -6,5 +6,4 @@ vm.dirty_ratio = 40
|
|||||||
net.core.rmem_max=524288
|
net.core.rmem_max=524288
|
||||||
net.core.wmem_max=524288
|
net.core.wmem_max=524288
|
||||||
net.ipv4.tcp_rmem=4096 65536 65536
|
net.ipv4.tcp_rmem=4096 65536 65536
|
||||||
net.ipv4.tcp_wmem=4096 65536 65536
|
net.ipv4.tcp_wmem=65536 65536 524288
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user