From 2131e6ae589beadc88629196154b220a07877eba Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Fri, 5 Sep 2025 03:53:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8F=82=E6=95=B0=E4=B8=80?= =?UTF-8?q?=E8=87=B4=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07.PVE制作TS服务器.md | 4 ++-- src/debian/debian_ts_99_sysctl.conf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/07.PVE制作TS服务器.md b/07.PVE制作TS服务器.md index de182d5..29d65e5 100644 --- a/07.PVE制作TS服务器.md +++ b/07.PVE制作TS服务器.md @@ -232,8 +232,8 @@ net.core.netdev_budget_usecs = 20000 net.core.rps_sock_flow_entries = 32768 net.core.somaxconn = 8192 -net.core.rmem_max = 26214400 -net.core.wmem_max = 655360 +net.core.rmem_max = 536870912 +net.core.wmem_max = 536870912 net.ipv4.conf.all.accept_redirects = 0 net.ipv4.conf.default.accept_redirects = 0 diff --git a/src/debian/debian_ts_99_sysctl.conf b/src/debian/debian_ts_99_sysctl.conf index 31611eb..ff20023 100644 --- a/src/debian/debian_ts_99_sysctl.conf +++ b/src/debian/debian_ts_99_sysctl.conf @@ -19,8 +19,8 @@ net.core.netdev_budget_usecs = 20000 net.core.rps_sock_flow_entries = 32768 net.core.somaxconn = 8192 -net.core.rmem_max = 26214400 -net.core.wmem_max = 655360 +net.core.rmem_max = 536870912 +net.core.wmem_max = 536870912 net.ipv4.conf.all.accept_redirects = 0 net.ipv4.conf.default.accept_redirects = 0