From ac2740f888805aa42af0107c97f974f427b3f2d1 Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Mon, 28 Oct 2024 00:32:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=B3=BB=E7=BB=9F=20sysctl?= =?UTF-8?q?=20=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05.PVE制作虚拟机模板.md | 4 ++-- src/debian/debian_dns_99_sysctl.conf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/05.PVE制作虚拟机模板.md b/05.PVE制作虚拟机模板.md index bfeb847..8393be2 100644 --- a/05.PVE制作虚拟机模板.md +++ b/05.PVE制作虚拟机模板.md @@ -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 diff --git a/src/debian/debian_dns_99_sysctl.conf b/src/debian/debian_dns_99_sysctl.conf index 20fdbf6..1536101 100644 --- a/src/debian/debian_dns_99_sysctl.conf +++ b/src/debian/debian_dns_99_sysctl.conf @@ -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