feat: 将低端机的识别范围从运行内存2GB内扩展到4GB内

This commit is contained in:
hzj 2026-05-25 16:30:15 +08:00
parent eee30e64ea
commit 12e3221a74

View File

@ -1,4 +1,4 @@
const LOW_MEMORY_LIMIT_GB = 2
const LOW_MEMORY_LIMIT_GB = 4
const LOW_CPU_LIMIT = 4
function getNavigator() {