We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f4f8d0 commit 2c51895Copy full SHA for 2c51895
.github/workflows/build.yml
@@ -127,7 +127,7 @@ jobs:
127
- run: free -m
128
if: startsWith(matrix.os, 'ubuntu')
129
- name: Build TruffleRuby (native)
130
- run: jt build --env native
+ run: jt build --env native --extra-image-builder-argument=rubyvm:-J-XX:MaxRAMPercentage=100
131
if: matrix.name == '-head'
132
- name: Build TruffleRuby (jvm)
133
run: jt build --env jvm-ce-libgraal
0 commit comments