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

Remove the Java heap limit in the GitHub workflows for GraalVM builds #7384

Open
TharmiganK opened this issue Nov 20, 2024 · 1 comment
Open

Comments

@TharmiganK
Copy link
Contributor

Description

To avoid out of memory issues with GraalVM builds, we have added the following as additional option for GraalVM builds - -J-Xmx7G. Since, the GitHub runners now have 16GB RAM, we can remove this limit which can utilize the 80% of the available RAM which can ends up in faster builds.

Version

Ballerina SwanLake Update 11

@TharmiganK
Copy link
Contributor Author

TharmiganK commented Nov 20, 2024

Currently the following packages has this option:

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

No branches or pull requests

1 participant