From 8d1e570a1aa58ab2eb4e84423f7a3a09049eddad Mon Sep 17 00:00:00 2001 From: flouthoc Date: Wed, 29 Jan 2025 10:05:29 -0800 Subject: [PATCH] .cirrus: increase cpu and ram Signed-off-by: flouthoc --- .cirrus.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 55a47e6c9b..0c2d80d88d 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -155,7 +155,8 @@ cross_build_task: unit_task: name: 'Unit tests w/ $STORAGE_DRIVER' gce_instance: - cpu: 4 + cpu: 8 + memory: "24G" alias: unit skip: ¬_build_docs >- $CIRRUS_CHANGE_TITLE =~ '.*CI:DOCS.*' ||