Increase memory limit for Linux container.

This commit is contained in:
Roman Telezhynskyi 2023-08-07 11:46:46 +03:00
parent 0eff1b09f2
commit 16c65f1d53

View file

@ -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"