reduce resources
This commit is contained in:
parent
4b2ee25e32
commit
67949c5afd
1 changed files with 4 additions and 4 deletions
|
|
@ -31,15 +31,15 @@ steps:
|
||||||
- R -q -e 'devtools::install(); packageVersion("rBinaries")'
|
- R -q -e 'devtools::install(); packageVersion("rBinaries")'
|
||||||
- R -q -e 'pak::pak(c("dyfanjones/s3fs", "pat-s/desc@description-from-remote", "pat-s/cranlike@s3"))'
|
- R -q -e 'pak::pak(c("dyfanjones/s3fs", "pat-s/desc@description-from-remote", "pat-s/cranlike@s3"))'
|
||||||
- cd /mnt/cache/packages
|
- cd /mnt/cache/packages
|
||||||
- R -q -e 'options(crayon.enabled = TRUE); library(rBinaries); future::plan("multisession", workers = 15); library(progressr); handlers(global = TRUE); handlers("progress"); upload_package_index()'
|
- R -q -e 'options(crayon.enabled = TRUE); library(rBinaries); future::plan("multisession", workers = 4); library(progressr); handlers(global = TRUE); handlers("progress"); upload_package_index()'
|
||||||
backend_options:
|
backend_options:
|
||||||
kubernetes:
|
kubernetes:
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 9000Mi
|
memory: 5000Mi
|
||||||
cpu: 8000m
|
cpu: 2000m
|
||||||
limits:
|
limits:
|
||||||
memory: 15000Mi
|
memory: 15000Mi
|
||||||
cpu: 16000m
|
cpu: 4000m
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/arch: 'arm64'
|
kubernetes.io/arch: 'arm64'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue