mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-04 17:59:45 +00:00
privacylock - limit cpu core count
This commit is contained in:
parent
b4b5b9f809
commit
ddb1641884
1 changed files with 5 additions and 0 deletions
|
|
@ -20,6 +20,11 @@ Builds:
|
|||
versionCode: 7
|
||||
commit: 677fb85e513fc073fc08717018e5782133ea5a33
|
||||
subdir: app
|
||||
sudo:
|
||||
- export CPUS_MAX=6
|
||||
- export CPUS=$(getconf _NPROCESSORS_ONLN)
|
||||
- for (( c=$CPUS_MAX; c<$CPUS; c++ )) ; do echo 0 > /sys/devices/system/cpu/cpu$c/online
|
||||
; done
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue