mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-16 19:12:11 +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
|
versionCode: 2
|
||||||
commit: 1.0.1
|
commit: 1.0.1
|
||||||
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:
|
||||||
- opensource
|
- opensource
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue