Skip to content

fix(ci): increase build job resource class to xlarge to fix OOM#2727

Open
kuzdogan wants to merge 1 commit intostagingfrom
fix/circleci-build-oom-xlarge-2
Open

fix(ci): increase build job resource class to xlarge to fix OOM#2727
kuzdogan wants to merge 1 commit intostagingfrom
fix/circleci-build-oom-xlarge-2

Conversation

@kuzdogan
Copy link
Copy Markdown
Member

Summary

  • Docker build jobs were OOM-killed (exit 137) due to insufficient memory
  • Upgrade resource_class from large (8 GB RAM) to xlarge (16 GB RAM) for all Docker build jobs in both config.yml and continue_config.yml
  • Applies to both amd64 (largexlarge) and arm64 (arm.largearm.xlarge) builds

Test plan

  • Verify build jobs complete without OOM errors on next CI run

🤖 Generated with Claude Code

Docker build jobs were being OOM-killed (exit 137). Upgrade from
large (8 GB) to xlarge (16 GB) for both amd64 and arm64 build jobs.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@manuelwedler
Copy link
Copy Markdown
Member

We could think of running the tests of individual packages in separate, parallel CI jobs. Would speed up things and we should be able to use smaller resource classes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Triage

Development

Successfully merging this pull request may close these issues.

2 participants