diff options
author | fanquake <fanquake@gmail.com> | 2021-05-26 11:25:51 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2021-05-26 11:26:26 +0800 |
commit | 2e7c3461c0142ca989440d5d7abaed054c7b1e7a (patch) | |
tree | 9bab557a93b8924042a6e143d5457590fbae8332 | |
parent | 3ad1b8899bfbf87ca4f06c20e8285bc8be31bbe8 (diff) | |
parent | fa0bfc5239824e26f07ddef04aad5be947cde2a0 (diff) |
Merge bitcoin/bitcoin#22061: ci: Bump multiprocess memory
fa0bfc5239824e26f07ddef04aad5be947cde2a0 ci: Bump multiprocess memory (MarcoFalke)
Pull request description:
Fixes #22059
ACKs for top commit:
ryanofsky:
Code review ACK fa0bfc5239824e26f07ddef04aad5be947cde2a0. Thanks for the update, and interesting to know about #21869. It looks like relevant build https://cirrus-ci.com/task/4807455453478912 is succeeding too
fanquake:
ACK fa0bfc5239824e26f07ddef04aad5be947cde2a0
Tree-SHA512: f6e49aadf33199ffa7960c8da0b81bdc5ffea61f373e1b0367d000cdbd214614374b9f1a8b3ce9b8270e6d13a24a2029ab07bddb48e44c86dcb687d645e5ef34
-rw-r--r-- | .cirrus.yml | 3 |
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: |