Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4758222

Browse files
authoredMar 24, 2020
bumped the memory for analyze-linux (flutter#53197)
1 parent d99ab6a commit 4758222

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎.cirrus.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,11 @@ task:
9797
- which flutter
9898
matrix:
9999
- name: analyze-linux # linux-only
100-
# environment:
100+
environment:
101101
# Empirically, the analyze-linux shard runs surprisingly fast (under 15 minutes) with just 1
102-
# CPU and 4G RAM as of October 2019. It fails with less than 4G though.
102+
# CPU. We noticed OOM failures with 4GB 3/2020, so we increased the memory.
103+
CPU: 1
104+
MEMORY: 6G
103105
script:
104106
- dart --enable-asserts ./dev/bots/analyze.dart
105107

0 commit comments

Comments
 (0)