mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
fitnesscalendar - limit cpu core count
This commit is contained in:
parent
e5c64513f4
commit
cc48b3ff0e
1 changed files with 5 additions and 0 deletions
|
|
@ -31,6 +31,11 @@ Builds:
|
|||
versionCode: 8
|
||||
commit: ea2e0a2c3c1a9ac9456b35a7f1483f71eb01d17e
|
||||
subdir: app
|
||||
sudo:
|
||||
- export CPUS_MAX=6
|
||||
- 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