mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +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
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue