-
Notifications
You must be signed in to change notification settings - Fork 64
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
Labels
Comments
6 tasks
Currently the following packages has this option:
|
ayeshLK
added a commit
to ballerina-platform/module-ballerinax-postgresql
that referenced
this issue
Nov 20, 2024
## Purpose > $Subject Part of: ballerina-platform/ballerina-library#7384
ayeshLK
added a commit
to ballerina-platform/module-ballerinax-rabbitmq
that referenced
this issue
Nov 20, 2024
## Purpose > $Subject Part of: ballerina-platform/ballerina-library#7384
This was referenced Nov 20, 2024
This was referenced Nov 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: