mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
phonograph.plus - limit cpu core count
This commit is contained in:
parent
5c3c2a5cee
commit
ad73b35da7
1 changed files with 5 additions and 0 deletions
|
|
@ -598,6 +598,11 @@ Builds:
|
|||
versionCode: 1085
|
||||
commit: d37a3b69c8c70fcc49693df53d9bd02dd33f775a
|
||||
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:
|
||||
- modern
|
||||
- stable
|
||||
|
|
|
|||
Loading…
Reference in a new issue