mirror of
https://gitee.com/callmer/pve_toss_notes.git
synced 2026-08-31 05:52:52 +08:00
更新系统 sysctl 参数
This commit is contained in:
+2
-2
@@ -187,8 +187,8 @@ $ sudo nvim /etc/sysctl.d/99-sysctl.conf
|
||||
kernel.panic = 20
|
||||
kernel.panic_on_oops = 1
|
||||
|
||||
net.core.default_qdisc = pfifo_fast
|
||||
net.ipv4.tcp_congestion_control = cubic
|
||||
net.core.default_qdisc = fq_codel
|
||||
net.ipv4.tcp_congestion_control = bbr
|
||||
|
||||
# Other adjustable system parameters
|
||||
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
kernel.panic = 20
|
||||
kernel.panic_on_oops = 1
|
||||
|
||||
net.core.default_qdisc = pfifo_fast
|
||||
net.ipv4.tcp_congestion_control = cubic
|
||||
net.core.default_qdisc = fq_codel
|
||||
net.ipv4.tcp_congestion_control = bbr
|
||||
|
||||
# Other adjustable system parameters
|
||||
|
||||
|
||||
Reference in New Issue
Block a user