mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 07:06:52 +00:00
Meshtastic: use 4 cores
This commit is contained in:
parent
b05ff8e890
commit
347995ef46
1 changed files with 1 additions and 1 deletions
|
|
@ -398,7 +398,7 @@ Builds:
|
|||
subdir: app
|
||||
submodules: true
|
||||
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