Skip to content

Commit

Permalink
circleci: use xlarge instance for bedrock-checks
Browse files Browse the repository at this point in the history
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 foundry-rs/foundry#6411
  • Loading branch information
karlb committed Nov 29, 2023
1 parent 65d4da7 commit 86a037b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
contracts-bedrock-checks:
docker:
- image: <<pipeline.parameters.ci_builder_image>>
resource_class: large
resource_class: xlarge
steps:
- checkout
- run:
Expand Down

0 comments on commit 86a037b

Please sign in to comment.