Skip to content

Commit 6c19c52

Browse files
committed
Increase heap size to 8gb
1 parent 25f4edc commit 6c19c52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rewrite-csharp/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ tasks.withType<Test> {
8989
dependsOn(csharpBuild)
9090

9191
maxParallelForks = 1
92-
maxHeapSize = "4g"
92+
maxHeapSize = "8g"
9393
// Add timeout to identify hanging tests
9494
systemProperty("junit.jupiter.execution.timeout.default", "30s")
9595
// Show test names as they run

0 commit comments

Comments
 (0)