From 37bde36827f8d7fa423fc3b2c04abecb788e2763 Mon Sep 17 00:00:00 2001 From: linsui <2873532-linsui@users.noreply.gitlab.com> Date: Thu, 12 Jun 2025 10:39:59 +0800 Subject: [PATCH] mlauncher: use 16 cores --- metadata/app.mlauncher.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/metadata/app.mlauncher.yml b/metadata/app.mlauncher.yml index 87460fb9b8..13c6a6a656 100644 --- a/metadata/app.mlauncher.yml +++ b/metadata/app.mlauncher.yml @@ -353,6 +353,11 @@ Builds: versionCode: 1100508 commit: 1.10.5.8 subdir: app + sudo: + - export CPUS_MAX=16 + - export CPUS=$(getconf _NPROCESSORS_ONLN) + - for (( c=$CPUS_MAX; c<$CPUS; c++ )) ; do echo 0 > /sys/devices/system/cpu/cpu$c/online + ; done gradle: - yes binary: https://github.com/DroidWorksStudio/mLauncher/releases/download/%v/MultiLauncher-%v-Signed.apk