mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
rimusic - limit cpu core count
This commit is contained in:
parent
3f9dc98abe
commit
c583598a51
1 changed files with 4 additions and 0 deletions
|
|
@ -603,6 +603,10 @@ Builds:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y -t trixie openjdk-21-jdk-headless
|
- apt-get install -y -t trixie openjdk-21-jdk-headless
|
||||||
- update-alternatives --auto java
|
- update-alternatives --auto java
|
||||||
|
- 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:
|
||||||
- foss
|
- foss
|
||||||
binary: https://github.com/fast4x/RiMusic/releases/download/v%v/app-foss-release.apk
|
binary: https://github.com/fast4x/RiMusic/releases/download/v%v/app-foss-release.apk
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue