From c0ae95537cfe92651305461ca59e7812fa1a64f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Sun, 19 Oct 2025 02:10:12 +0800 Subject: [PATCH] =?UTF-8?q?feat(sysctl):=20=E6=B7=BB=E5=8A=A0vm.overcommit?= =?UTF-8?q?=5Fmemory=E9=85=8D=E7=BD=AE=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/1.sh b/1.sh index 07d15fd..79a7b84 100644 --- a/1.sh +++ b/1.sh @@ -62,6 +62,7 @@ sysctl_config() { fi SYSCTL_SETTINGS=( + "vm.overcommit_memory=1" "net.core.rmem_max=16777216" "net.core.wmem_max=16777216" "net.core.default_qdisc=fq_codel"