From 49f7e1dce77a07dc662f2760ffb338841bf76bc9 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sun, 24 Mar 2024 19:33:13 -0500 Subject: [PATCH] workstation: -bufferbloat/unused module --- host_vars/localhost.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/host_vars/localhost.yml b/host_vars/localhost.yml index 578ca52..6f93945 100644 --- a/host_vars/localhost.yml +++ b/host_vars/localhost.yml @@ -30,10 +30,10 @@ gpu_mv_offset: "+125" # add 125mV or 0.125V # optional kernel parameters to set as well sysctl: # quote ints/cast to string to avoid surprises kernel.dmesg_restrict: '0' # allow regular users to see the kernel ring buffer - net.core.default_qdisc: fq # congestion control - net.ipv4.tcp_congestion_control: bbr2 # cong. control part 2 - net.core.rmem_max: '33554432' - net.core.wmem_max: '33554432' + # net.core.default_qdisc: fq # congestion control + # net.ipv4.tcp_congestion_control: bbr2 # cong. control part 2 + # net.core.rmem_max: '33554432' + # net.core.wmem_max: '33554432' dev.raid.speed_limit_min: '2000000' dev.raid.speed_limit_max: '6000000' vm.compaction_proactiveness: '30' # improve THP allocation latency, compact in background