Skip to content

Commit fc76c8a

Browse files
committed
fix: boost test heap mem (tmp)
Signed-off-by: Sam Gammon <[email protected]>
1 parent 8e9e2b0 commit fc76c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/graalvm/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ tasks {
690690
test {
691691
// must be root project so that test scripts can be resolved during smoke tests
692692
workingDir = rootProject.layout.projectDirectory.asFile
693-
maxHeapSize = "2G"
693+
maxHeapSize = "8G"
694694
environment("ELIDE_TEST", "true")
695695
systemProperty("elide.test", "true")
696696
systemProperty("elide.internals", "true")

0 commit comments

Comments
 (0)