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 b7b735a commit cb325feCopy full SHA for cb325fe
.github/workflows/ci.yml
@@ -55,7 +55,7 @@ jobs:
55
cache-disabled: true
56
57
- name: Build GraalVM native executable
58
- run: ./gradlew nativeCompile
+ run: ./gradlew nativeCompile --max-workers=2
59
env:
60
GRADLE_OPTS: "-XX:+UseSerialGC -Xmx2g -Xms2g"
61
0 commit comments