Unverified Commit 47582223 authored by gaaclarke's avatar gaaclarke Committed by GitHub

bumped the memory for analyze-linux (#53197)

parent d99ab6aa
...@@ -97,9 +97,11 @@ task: ...@@ -97,9 +97,11 @@ task:
- which flutter - which flutter
matrix: matrix:
- name: analyze-linux # linux-only - name: analyze-linux # linux-only
# environment: environment:
# Empirically, the analyze-linux shard runs surprisingly fast (under 15 minutes) with just 1 # Empirically, the analyze-linux shard runs surprisingly fast (under 15 minutes) with just 1
# 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.
CPU: 1
MEMORY: 6G
script: script:
- dart --enable-asserts ./dev/bots/analyze.dart - dart --enable-asserts ./dev/bots/analyze.dart
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment