修复 CPU 占用过高导致系统卡死

This commit is contained in:
2025-09-24 23:55:35 +08:00
committed by GitHub
parent efdc40ccef
commit 6b55e3b34b

View File

@@ -30,7 +30,7 @@ readonly BUILD_MODES=("accelerated" "normal" "toolchain-only")
# =============================================================================
GROUP_FLAG=false
START_TIME=$(date +%s)
CPU_CORES=$(( $(nproc --all) + 1 ))
CPU_CORES=$(nproc)
BUILD_MODE="normal"
TOOLCHAIN_ARCH=""