Browse Source

[NO-JIRA] add memory to yarn check job failing due to container OOM on public branch.

tags/10.5.0.89998
Steve Marion 2 months ago
parent
commit
4a303f9594
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .cirrus/.cirrus.yml

+ 1
- 1
.cirrus/.cirrus.yml View File

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

Loading…
Cancel
Save