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

Adjust Jenkins configuration to allow more memory per JVM (fixes #20819) #21858

Merged
merged 1 commit into from
Jun 14, 2022

Conversation

kennknowles
Copy link
Member

I've seen a few more of "warning: Memory constraints are impeding performance; please increase max heap size.". This combines with -Werror to unfortunately fail the build. We haven't seen these in a while because we increased the heap a decent amount. But still our heaps are tiny by modern standards.

This PR adjusts the balance between memory and Gradle processes to give a bigger heap to fewer JVMs. We can see how it impacts performance of the builds.


Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • Choose reviewer(s) and mention them in a comment (R: @username).
  • Mention the appropriate issue in your description (for example: addresses #123), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, comment fixes #<ISSUE NUMBER> instead.
  • Update CHANGES.md with noteworthy changes.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

See the Contributor Guide for more tips on how to make review process smoother.

To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md

GitHub Actions Tests Status (on master branch)

Build python source distribution and wheels
Python tests
Java tests

See CI.md for more information about GitHub Actions CI.

@kennknowles kennknowles requested a review from kileys June 14, 2022 17:37
@github-actions github-actions bot added the infra label Jun 14, 2022
@kennknowles kennknowles merged commit 18ab78c into apache:master Jun 14, 2022
@kennknowles kennknowles deleted the jenkins-highmem branch June 14, 2022 21:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants