更新 'etc/sysctl.conf'

This commit is contained in:
2021-01-04 18:01:25 +00:00
parent 5d9af4bbf9
commit 6e59e3e6dc

View File

@ -1,6 +1,3 @@
net.core.default_qdisc=cake
net.ipv4.tcp_congestion_control=bbr
vm.swappiness = 10
fs.file-max = 51200
net.core.rmem_max = 67108864
@ -19,7 +16,9 @@ net.ipv4.tcp_max_tw_buckets = 5000
net.ipv4.tcp_fastopen = 3
net.ipv4.tcp_mem = 25600 51200 102400
net.ipv4.tcp_rmem = 4096 87380 67108864
net.ipvr.tcp_wmem = 4096 87380 67108864
net.ipv.tcp_mtu_probing = 1
net.ipv4.tcp_wmem = 4096 87380 67108864
net.ipv4.tcp_mtu_probing = 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