From 021960fbe72f2cc43fe6710fc9d8e6527aac0f4a Mon Sep 17 00:00:00 2001 From: juewuy Date: Tue, 14 Jul 2026 08:41:16 +0800 Subject: [PATCH] =?UTF-8?q?~=E5=A2=9E=E5=8A=A0=E6=A2=85=E6=9E=97=E5=9B=BA?= =?UTF-8?q?=E4=BB=B6=E5=90=AF=E5=8A=A8=E6=97=B6=E4=BC=98=E5=8C=96=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E9=BB=98=E8=AE=A4=E5=86=85=E5=AD=98=E6=A3=80=E6=B5=8B?= =?UTF-8?q?=E6=9C=BA=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/starts/general_init.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/starts/general_init.sh b/scripts/starts/general_init.sh index d19efd6d..ddb5e1d1 100644 --- a/scripts/starts/general_init.sh +++ b/scripts/starts/general_init.sh @@ -27,5 +27,6 @@ set_profile "$profile" if [ -f "$CRASHDIR"/.dis_startup ] || [ -f "$CRASHDIR"/.start_error ];then cronset "保守模式守护进程" else + echo 0 > /proc/sys/vm/overcommit_memory #优化系统默认内存检测机制 "$CRASHDIR"/start.sh start fi