Skip to content

Commit b7020bb

Browse files
committed
chore: tweak native build jvm config
1 parent 37d3c35 commit b7020bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/build-logic/common-plugins/src/main/kotlin/plugins/graalvm.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ graalvmNative {
103103
// https://www.graalvm.org/dashboard/?ojr=help%3Btopic%3Dgetting-started.md
104104
}
105105

106-
jvmArgs = listOf("--add-modules=$addModules", "-Xmx4G")
106+
jvmArgs = listOf("--add-modules=$addModules")
107107
systemProperties = mapOf("java.awt.headless" to "false")
108108
resources { autodetect() }
109109
}

0 commit comments

Comments
 (0)