From 12e3221a74a74b0a4cb60d670017aa190d9a1afe Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Mon, 25 May 2026 16:30:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=B0=86=E4=BD=8E=E7=AB=AF=E6=9C=BA?= =?UTF-8?q?=E7=9A=84=E8=AF=86=E5=88=AB=E8=8C=83=E5=9B=B4=E4=BB=8E=E8=BF=90?= =?UTF-8?q?=E8=A1=8C=E5=86=85=E5=AD=982GB=E5=86=85=E6=89=A9=E5=B1=95?= =?UTF-8?q?=E5=88=B04GB=E5=86=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/performanceMode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/performanceMode.js b/src/utils/performanceMode.js index c4bb1fb..4d91cdb 100644 --- a/src/utils/performanceMode.js +++ b/src/utils/performanceMode.js @@ -1,4 +1,4 @@ -const LOW_MEMORY_LIMIT_GB = 2 +const LOW_MEMORY_LIMIT_GB = 4 const LOW_CPU_LIMIT = 4 function getNavigator() {