From 4cba118b6d5566ec5dffedfe8fcffe0c121e027c Mon Sep 17 00:00:00 2001 From: Byron Hambly Date: Thu, 14 Aug 2025 10:08:07 +0200 Subject: [PATCH] ci(msan): increase cpu and memory --- .cirrus.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index f7388f7453..9074a6a067 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -155,6 +155,8 @@ task: << : *GLOBAL_TASK_TEMPLATE container: image: ubuntu:24.04 + cpu: 4 + memory: 16G timeout_in: 300m # Use longer timeout for the *rare* case where a full build (llvm + msan + depends + ...) needs to be done. env: << : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV