From 4a303f959449dd9df60670f5b69407bc645c4987 Mon Sep 17 00:00:00 2001 From: Steve Marion Date: Tue, 13 Feb 2024 10:11:39 +0100 Subject: [NO-JIRA] add memory to yarn check job failing due to container OOM on public branch. --- .cirrus/.cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.cirrus') 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 -- cgit v1.2.3