From 5ed5ac768b1c768ba0ee0a77160a850cf19018b1 Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Sun, 10 Sep 2023 16:32:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=B3=BB=E7=BB=9F=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=20qdisc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05.PVE制作虚拟机模板.md | 2 +- src/debian_99_sysctl.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/05.PVE制作虚拟机模板.md b/05.PVE制作虚拟机模板.md index 62fddfc..ea0baba 100644 --- a/05.PVE制作虚拟机模板.md +++ b/05.PVE制作虚拟机模板.md @@ -186,7 +186,7 @@ $ sudo nvim /etc/sysctl.d/99-sysctl.conf kernel.panic = 20 kernel.panic_on_oops = 1 -net.core.default_qdisc = fq_codel +net.core.default_qdisc = fq net.ipv4.tcp_congestion_control = bbr # Other adjustable system parameters diff --git a/src/debian_99_sysctl.conf b/src/debian_99_sysctl.conf index 88b5139..64027d1 100644 --- a/src/debian_99_sysctl.conf +++ b/src/debian_99_sysctl.conf @@ -4,7 +4,7 @@ kernel.panic = 20 kernel.panic_on_oops = 1 -net.core.default_qdisc = fq_codel +net.core.default_qdisc = fq net.ipv4.tcp_congestion_control = bbr # Other adjustable system parameters