Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions usr/lib/sysctl.d/70-cachyos-settings.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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