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 8e9e2b0 commit fc76c8aCopy full SHA for fc76c8a
packages/graalvm/build.gradle.kts
@@ -690,7 +690,7 @@ tasks {
690
test {
691
// must be root project so that test scripts can be resolved during smoke tests
692
workingDir = rootProject.layout.projectDirectory.asFile
693
- maxHeapSize = "2G"
+ maxHeapSize = "8G"
694
environment("ELIDE_TEST", "true")
695
systemProperty("elide.test", "true")
696
systemProperty("elide.internals", "true")
0 commit comments