From effcabb590ecc1a144033d8e687c849f926fd8e4 Mon Sep 17 00:00:00 2001 From: Eric Seppanen Date: Mon, 3 May 2021 14:29:29 -0700 Subject: [PATCH] circleci: do builds on a bigger container. default(medium): 2 CPUs, 4GB RAM. xlarge: 8 CPUs, 16GB RAM. Some build jobs are getting killed with signal 9. I'm guessing that this is probably an OOM condition... --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2c6f4c0c57..cdcd1f45ec 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,6 +5,7 @@ orbs: executors: zenith-build-executor: + resource_class: xlarge docker: - image: cimg/rust:1.51.0