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 ccbcefd commit e9d6b95Copy full SHA for e9d6b95
.github/workflows/ci.yml
@@ -39,6 +39,8 @@ jobs:
39
needs: [ assemble-and-check ]
40
if: github.ref == 'refs/heads/main'
41
runs-on: ubuntu-latest
42
+ env:
43
+ GRADLE_OPTS: -Dorg.gradle.jvmargs="-Xms2g -Xmx2g -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError"
44
45
steps:
46
- uses: actions/checkout@v4
build.gradle.kts
@@ -42,7 +42,7 @@ graalvmNative {
}
resources.autodetect()
buildArgs(
- "-R:MaxHeapSize=2g",
+ "-R:MaxHeapSize=100m",
"-march=native",
47
)
48
0 commit comments