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