mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 07:06:52 +00:00
SnapSafe: use 4 cores
This commit is contained in:
parent
11db53ee89
commit
b6045752c1
1 changed files with 5 additions and 0 deletions
|
|
@ -24,6 +24,11 @@ Builds:
|
|||
versionCode: 13
|
||||
commit: 0be5b9b8e4500108f7e82497efa75f563a194bce
|
||||
subdir: app
|
||||
sudo:
|
||||
- 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
|
||||
gradle:
|
||||
- oss
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue