mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
PlugBrain 🧠: use 4 cores
This commit is contained in:
parent
50e6f8c315
commit
8dec286890
1 changed files with 5 additions and 0 deletions
|
|
@ -18,6 +18,11 @@ Builds:
|
|||
versionCode: 13
|
||||
commit: 44c671e4155d90933b6edc34fb8d3554b8221e39
|
||||
subdir: app
|
||||
sudo:
|
||||
- export CPUS_MAX=4
|
||||
- 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