From fa0bfc5239824e26f07ddef04aad5be947cde2a0 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Tue, 25 May 2021 16:59:06 +0200 Subject: [PATCH] ci: Bump multiprocess memory --- .cirrus.yml | 3 +++ 1 file changed, 3 insertions(+) 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: