We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d99ab6a commit 4758222Copy full SHA for 4758222
.cirrus.yml
@@ -97,9 +97,11 @@ task:
97
- which flutter
98
matrix:
99
- name: analyze-linux # linux-only
100
- # environment:
+ environment:
101
# 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.
+ # CPU. We noticed OOM failures with 4GB 3/2020, so we increased the memory.
103
+ CPU: 1
104
+ MEMORY: 6G
105
script:
106
- dart --enable-asserts ./dev/bots/analyze.dart
107
0 commit comments