Unverified Commit 92e9f5f1 authored by Danny Tuppeny's avatar Danny Tuppeny Committed by GitHub

Increase memory from 8->10GB for tool_tests-commands-linux (#45178)

I've had many OOMKilled failures on Cirrus on this shard today on trivial PRs.
parent 29ab6b54
......@@ -118,8 +118,9 @@ task:
environment:
# As of October 2019, the tool_tests-commands-linux shard got faster with more CPUs up to 6
# CPUs, and needed at least 8G of RAM to not run out of memory.
# Increased to 10GB on 19th Nov 2019 due to significant number of OOMKilled failures on PR builds.
CPU: 6
MEMORY: 8G
MEMORY: 10G
script:
- dart --enable-asserts ./dev/bots/test.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