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 max heap size of Native Image builder to match Quarkus' CI #9981

Merged

Conversation

zakkak
Copy link
Collaborator

@zakkak zakkak commented Oct 29, 2024

Since quarkusio/quarkus#43862 the quarkus nightly builds have started failing (stopped by the watchdog) in the analysis phase of the micrometer-prometheus integration test. The reason appears to be an increase in the memory usage of the Native Image
builder due to the aforementioned change.

image

Since Quarkus CI is already using 6g as the max heap size, it makes sense to align this workflow with that limit.

FYI @radcortez @geoand

Since quarkusio/quarkus#43862 the quarkus
nightly builds have started failing (stopped by the watchdog) in the
analysis phase of the micrometer-prometheus integration test. The reason
appears to be an increase in the memory usage of the Native Image
builder due to the aforementioned change.

Since Quarkus CI is already using 6g as the max heap size. It makes
sense to align this workflow with that limit.
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Oct 29, 2024
@zakkak zakkak requested a review from fniephaus October 29, 2024 12:51
@fniephaus fniephaus self-assigned this Oct 29, 2024
@zakkak
Copy link
Collaborator Author

zakkak commented Oct 29, 2024

@fniephaus the failures are due to quarkusio/quarkus#44001 (i.e. unrelated to this PR)

@graalvmbot graalvmbot merged commit bb532fd into oracle:master Oct 30, 2024
51 of 53 checks passed
@zakkak zakkak deleted the 2024-10-29-increase-xmx-in-quarkus-workflow branch October 30, 2024 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants