更新 'etc/sysctl.conf'
This commit is contained in:
@ -1,6 +1,3 @@
|
|||||||
net.core.default_qdisc=cake
|
|
||||||
net.ipv4.tcp_congestion_control=bbr
|
|
||||||
|
|
||||||
vm.swappiness = 10
|
vm.swappiness = 10
|
||||||
fs.file-max = 51200
|
fs.file-max = 51200
|
||||||
net.core.rmem_max = 67108864
|
net.core.rmem_max = 67108864
|
||||||
@ -19,7 +16,9 @@ net.ipv4.tcp_max_tw_buckets = 5000
|
|||||||
net.ipv4.tcp_fastopen = 3
|
net.ipv4.tcp_fastopen = 3
|
||||||
net.ipv4.tcp_mem = 25600 51200 102400
|
net.ipv4.tcp_mem = 25600 51200 102400
|
||||||
net.ipv4.tcp_rmem = 4096 87380 67108864
|
net.ipv4.tcp_rmem = 4096 87380 67108864
|
||||||
net.ipvr.tcp_wmem = 4096 87380 67108864
|
net.ipv4.tcp_wmem = 4096 87380 67108864
|
||||||
net.ipv.tcp_mtu_probing = 1
|
net.ipv4.tcp_mtu_probing = 1
|
||||||
net.ipv4.tcp_ecn = 1
|
net.ipv4.tcp_ecn = 1
|
||||||
net.ipv4.tcp_ecn_fallback = 1
|
net.ipv4.tcp_ecn_fallback = 1
|
||||||
|
net.core.default_qdisc = cake
|
||||||
|
net.ipv4.tcp_congestion_control = bbr
|
Reference in New Issue
Block a user