Skip to content

Commit 2e7c346

Browse files
committed
Merge bitcoin/bitcoin#22061: ci: Bump multiprocess memory
fa0bfc5 ci: Bump multiprocess memory (MarcoFalke) Pull request description: Fixes #22059 ACKs for top commit: ryanofsky: Code review ACK fa0bfc5. 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 fa0bfc5 Tree-SHA512: f6e49aadf33199ffa7960c8da0b81bdc5ffea61f373e1b0367d000cdbd214614374b9f1a8b3ce9b8270e6d13a24a2029ab07bddb48e44c86dcb687d645e5ef34
2 parents 3ad1b88 + fa0bfc5 commit 2e7c346

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.cirrus.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,11 @@ task:
168168
<< : *GLOBAL_TASK_TEMPLATE
169169
container:
170170
image: ubuntu:focal
171+
cpu: 4
172+
memory: 16G # The default memory is sometimes just a bit too small, so double everything
171173
env:
172174
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
175+
MAKEJOBS: "-j8"
173176
FILE_ENV: "./ci/test/00_setup_env_native_multiprocess.sh"
174177

175178
task:

0 commit comments

Comments
 (0)