mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-17 19:42:02 +00:00
mlauncher: use 16 cores
This commit is contained in:
parent
7c64ba60aa
commit
37bde36827
1 changed files with 5 additions and 0 deletions
|
|
@ -353,6 +353,11 @@ Builds:
|
||||||
versionCode: 1100508
|
versionCode: 1100508
|
||||||
commit: 1.10.5.8
|
commit: 1.10.5.8
|
||||||
subdir: app
|
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:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
binary: https://github.com/DroidWorksStudio/mLauncher/releases/download/%v/MultiLauncher-%v-Signed.apk
|
binary: https://github.com/DroidWorksStudio/mLauncher/releases/download/%v/MultiLauncher-%v-Signed.apk
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue