diff --git a/usr/lib/sysctl.d/70-cachyos-settings.conf b/usr/lib/sysctl.d/70-cachyos-settings.conf index 15b1085..f81e4e4 100644 --- a/usr/lib/sysctl.d/70-cachyos-settings.conf +++ b/usr/lib/sysctl.d/70-cachyos-settings.conf @@ -42,5 +42,10 @@ kernel.kptr_restrict = 2 # May help prevent losing packets net.core.netdev_max_backlog = 4096 +# Set Qdisc (Fair Queue) +net.core.default_qdisc = fq_codel +# Enable BBR as TCP Congestion Control +net.ipv4.tcp_congestion_control = bbr + # Set size of file handles and inode cache fs.file-max = 2097152