ballerina-platform / ballerina-library

The Ballerina Library
https://ballerina.io/learn/api-docs/ballerina/
Apache License 2.0
136 stars 64 forks source link

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

Open TharmiganK opened 2 days ago

TharmiganK commented 2 days ago

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 commented 2 days ago

Currently the following packages has this option: