workstation: -bufferbloat/unused module
This commit is contained in:
parent
89541866bc
commit
49f7e1dce7
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue