Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase JRuby 9.2.0.0 memory limit #1582

Merged
merged 1 commit into from
Jul 8, 2021
Merged

Increase JRuby 9.2.0.0 memory limit #1582

merged 1 commit into from
Jul 8, 2021

Conversation

marcotc
Copy link
Member

@marcotc marcotc commented Jul 8, 2021

Recent runs of the test-jruby-9.2.0.0 CI job have been failing across all branches: https://app.circleci.com/pipelines/github/DataDog/dd-trace-rb/3811/workflows/1a5694f2-1172-4daf-ae2a-09071c9480aa/jobs/147775

These jobs are Killed by CircleCI itself. The jobs are not taking too long, and are being killed before the 3 minute mark, so it's not a timeout.

I suspect that it is running our of memory, thus getting killed.

This PR increases the resource class from medium (4GiB) to medium+ (6GiB): https://circleci.com/docs/2.0/executor-types/#available-docker-resource-classes

medium+ is a newly introduced resource class, so I also changed the still unused truffleruby CI config to medium+ (down from large), as it will likely fit in such resource class as well.

@marcotc marcotc added the dev/ci Involves CircleCI, GitHub Actions, or GitLab label Jul 8, 2021
@marcotc marcotc self-assigned this Jul 8, 2021
@marcotc marcotc requested a review from a team July 8, 2021 21:55
Copy link
Contributor

@ericmustin ericmustin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Medium+ it is!

@marcotc marcotc merged commit b196dc3 into master Jul 8, 2021
@marcotc marcotc deleted the old-jruby-go branch July 8, 2021 22:09
@github-actions github-actions bot added this to the 0.51.0 milestone Jul 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev/ci Involves CircleCI, GitHub Actions, or GitLab
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants