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.
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