workstation: -bufferbloat/unused module

This commit is contained in:
Josh Lay 2024-03-24 19:33:13 -05:00
parent 89541866bc
commit 49f7e1dce7
Signed by: jlay
GPG key ID: B265E45CACAD108A

View file

@ -30,10 +30,10 @@ gpu_mv_offset: "+125" # add 125mV or 0.125V
# optional kernel parameters to set as well # optional kernel parameters to set as well
sysctl: # quote ints/cast to string to avoid surprises sysctl: # quote ints/cast to string to avoid surprises
kernel.dmesg_restrict: '0' # allow regular users to see the kernel ring buffer kernel.dmesg_restrict: '0' # allow regular users to see the kernel ring buffer
net.core.default_qdisc: fq # congestion control # net.core.default_qdisc: fq # congestion control
net.ipv4.tcp_congestion_control: bbr2 # cong. control part 2 # net.ipv4.tcp_congestion_control: bbr2 # cong. control part 2
net.core.rmem_max: '33554432' # net.core.rmem_max: '33554432'
net.core.wmem_max: '33554432' # net.core.wmem_max: '33554432'
dev.raid.speed_limit_min: '2000000' dev.raid.speed_limit_min: '2000000'
dev.raid.speed_limit_max: '6000000' dev.raid.speed_limit_max: '6000000'
vm.compaction_proactiveness: '30' # improve THP allocation latency, compact in background vm.compaction_proactiveness: '30' # improve THP allocation latency, compact in background