diff --git a/etc/sysctl.conf b/etc/sysctl.conf index 414a702..60a3ac1 100644 --- a/etc/sysctl.conf +++ b/etc/sysctl.conf @@ -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 \ No newline at end of file +net.ipv4.tcp_ecn_fallback = 1 +net.core.default_qdisc = cake +net.ipv4.tcp_congestion_control = bbr \ No newline at end of file