mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-23 14:17:26 +00:00
EnigmaDroid: use 16 cores
This commit is contained in:
parent
8eb471b759
commit
78d02c66db
1 changed files with 5 additions and 0 deletions
|
|
@ -26,6 +26,11 @@ Builds:
|
|||
versionCode: 3
|
||||
commit: edc48d41f54c389577a35b81fa68de5645a06870
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue