aboutsummaryrefslogtreecommitdiffstats
path: root/.cirrus
diff options
context:
space:
mode:
authorSteve Marion <steve.marion@sonarsource.com>2024-02-13 10:11:39 +0100
committersonartech <sonartech@sonarsource.com>2024-02-14 20:02:34 +0000
commit4a303f959449dd9df60670f5b69407bc645c4987 (patch)
tree6fb9785dae9bcedfcffc9224cc86626249f00d50 /.cirrus
parentdf05d8edc5f11f168071e6e4db5429f001f2ee7d (diff)
downloadsonarqube-4a303f959449dd9df60670f5b69407bc645c4987.tar.gz
sonarqube-4a303f959449dd9df60670f5b69407bc645c4987.zip
[NO-JIRA] add memory to yarn check job failing due to container OOM on public branch.
Diffstat (limited to '.cirrus')
-rw-r--r--.cirrus/.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus/.cirrus.yml b/.cirrus/.cirrus.yml
index 14ca811439f..8e1046492f8 100644
--- a/.cirrus/.cirrus.yml
+++ b/.cirrus/.cirrus.yml
@@ -121,7 +121,7 @@ yarn_check_task:
container:
dockerfile: .cirrus/Dockerfile
cpu: 3
- memory: 4Gb
+ memory: 5Gb
<<: *DEFAULT_TEMPLATE
<<: *GRADLE_CACHE_TEMPLATE
<<: *YARN_CACHE_TEMPLATE