mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 18:21:42 +00:00
tournant: use 4 cores
This commit is contained in:
parent
04840d3dad
commit
576d3238f3
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ Builds:
|
||||||
commit: 33db4097f4c67464ccdde9af1521004be034999b
|
commit: 33db4097f4c67464ccdde9af1521004be034999b
|
||||||
subdir: app
|
subdir: app
|
||||||
sudo:
|
sudo:
|
||||||
- export CPUS_MAX=16
|
- export CPUS_MAX=4
|
||||||
- export CPUS=$(getconf _NPROCESSORS_ONLN)
|
- export CPUS=$(getconf _NPROCESSORS_ONLN)
|
||||||
- for (( c=$CPUS_MAX; c<$CPUS; c++ )) ; do echo 0 > /sys/devices/system/cpu/cpu$c/online
|
- for (( c=$CPUS_MAX; c<$CPUS; c++ )) ; do echo 0 > /sys/devices/system/cpu/cpu$c/online
|
||||||
; done
|
; done
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue