Skip to content

Conversation

@cwperks
Copy link
Member

@cwperks cwperks commented Dec 4, 2025

Description

This PR fixes build-health CI check by increasing heap size for gradle

  • Category (Enhancement, New feature, Bug fix, Test fix, Refactoring, Maintenance, Documentation)

Maintenance

Check List

  • New functionality includes testing
  • New functionality has been documented
  • New Roles/Permissions have a corresponding security dashboards plugin PR
  • API changes companion pull request created
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@codecov
Copy link

codecov bot commented Dec 4, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.74%. Comparing base (13fca0d) to head (8fe3c1b).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #5836      +/-   ##
==========================================
+ Coverage   73.66%   73.74%   +0.07%     
==========================================
  Files         438      438              
  Lines       26642    26642              
  Branches     3937     3937              
==========================================
+ Hits        19626    19647      +21     
+ Misses       5147     5125      -22     
- Partials     1869     1870       +1     

see 8 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

distribution: temurin # Temurin is a distribution of adoptium
java-version: 21
- run: ./gradlew clean buildHealth
- run: ./gradlew clean buildHealth -Dorg.gradle.jvmargs="-Xms1g -Xmx4g -XX:+UseG1GC -XX:MaxMetaspaceSize=512m"
Copy link
Collaborator

Choose a reason for hiding this comment

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

nit: MaxMetaspaceSize is unlimited by default, this would reduce it to 512m - should be okay though.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants