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 28, 2023
1 parent c8431c9 commit 73822e4
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 73822e4

Please sign in to comment.