mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-05 05:36:52 +00:00
file manager: use 16 cores
This commit is contained in:
parent
b703eb023f
commit
42ddd3bf8a
1 changed files with 5 additions and 0 deletions
|
|
@ -39,6 +39,11 @@ Builds:
|
|||
versionCode: 3
|
||||
commit: 626497acc5b2386f545ec2234205bb0be02bf4e2
|
||||
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:
|
||||
- foss
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue