From 86a037b9fd5f870a45e968454e88faa0539a8871 Mon Sep 17 00:00:00 2001 From: Karl Bartel Date: Tue, 28 Nov 2023 11:27:43 +0100 Subject: [PATCH] circleci: use xlarge instance for bedrock-checks I measured the required mem usage and it is 8545MB on CircleCI at the moment. I'm not sure why upstream needs so much less. The high memory usage might be caused by https://github.com/foundry-rs/foundry/issues/6411 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 456874ce6920..0ea5e77dc590 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -188,7 +188,7 @@ jobs: contracts-bedrock-checks: docker: - image: <> - resource_class: large + resource_class: xlarge steps: - checkout - run: