aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-05-25 16:59:06 +0200
committerMarcoFalke <falke.marco@gmail.com>2021-05-25 16:57:29 +0200
commitfa0bfc5239824e26f07ddef04aad5be947cde2a0 (patch)
tree3b3728f44fa6e793253cab28a012cc0c9b751ade /.cirrus.yml
parent40f7a2891f629819a0fe5225c863541dc51035b4 (diff)
downloadbitcoin-fa0bfc5239824e26f07ddef04aad5be947cde2a0.tar.xz
ci: Bump multiprocess memory
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 1f60099c94..9883f87c16 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -168,8 +168,11 @@ task:
<< : *GLOBAL_TASK_TEMPLATE
container:
image: ubuntu:focal
+ cpu: 4
+ memory: 16G # The default memory is sometimes just a bit too small, so double everything
env:
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
+ MAKEJOBS: "-j8"
FILE_ENV: "./ci/test/00_setup_env_native_multiprocess.sh"
task: