mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +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
|
||||
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