forked from oracle/graal
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CI] Increase max heap size now that GitHub runners got stronger
The new github runners come with 16gb of RAM: ``` Build resources: - 4.44GB of memory (28.5% of 15.61GB system memory, set via '-Xmx5g') - 4 thread(s) (100.0% of 4 available processor(s), determined at start) ``` https://github.blog/2024-01-17-github-hosted-runners-double-the-power-for-open-source/ Keep testing `main` with constraint memory to ensure we can still build on smaller machines too.
- Loading branch information
Showing
2 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters