mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +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
|
versionCode: 1085
|
||||||
commit: d37a3b69c8c70fcc49693df53d9bd02dd33f775a
|
commit: d37a3b69c8c70fcc49693df53d9bd02dd33f775a
|
||||||
subdir: app
|
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:
|
gradle:
|
||||||
- modern
|
- modern
|
||||||
- stable
|
- stable
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue