mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +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
|
versionCode: 13
|
||||||
commit: 0be5b9b8e4500108f7e82497efa75f563a194bce
|
commit: 0be5b9b8e4500108f7e82497efa75f563a194bce
|
||||||
subdir: app
|
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:
|
gradle:
|
||||||
- oss
|
- oss
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue