mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-05 05:36:52 +00:00
breezyweather: use 4 cores
This commit is contained in:
parent
53506de64b
commit
2f8d9a0ddc
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ Builds:
|
|||
commit: e9329e0d26543671cbbdff728fd796e2efd3bbf6
|
||||
subdir: app
|
||||
sudo:
|
||||
- export CPUS_MAX=16
|
||||
- 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue