From 16c65f1d5350a705a0d4092de833cca2da166ea0 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Mon, 7 Aug 2023 11:46:46 +0300 Subject: [PATCH] Increase memory limit for Linux container. --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 453647534..8bf417bc0 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -98,7 +98,7 @@ linux_task: matrix: - container: image: dismine/clang-ubuntu:latest - memory: 8G # Set to 8GB to avoid OOM. https://cirrus-ci.org/guide/linux/#linux-container + memory: 12G # Set to 12GB to avoid OOM. https://cirrus-ci.org/guide/linux/#linux-container env: COMPILER: clang QMAKE_SPEC: "linux-clang"