From 331a5673e2ca54052fd0027ed515be09b9dff2bc Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Fri, 12 Jan 2024 15:34:28 +0200 Subject: [PATCH] Give more memory to GCC. [skip appveyor] --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index bc8cf55df..9994a1e97 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -154,8 +154,8 @@ linux_task: QT_SELECT: "qt6" ENABLE_CCACHE: true container: - cpu: 3 - memory: 12G # Set to 12GB to avoid OOM. https://cirrus-ci.org/guide/linux/#linux-container + cpu: 4 + memory: 16G # Set to 16GB to avoid OOM. https://cirrus-ci.org/guide/linux/#linux-container macos_task_template: &MACOS_TASK_TEMPLATE << : *REGULER_TASK_TEMPLATE