try 4g max heap

This commit is contained in:
Zoë Gidiere
2023-10-02 01:52:13 -06:00
parent 72686601ee
commit 0514b17303

View File

@@ -20,7 +20,7 @@ allprojects {
tasks.withType<Test>().configureEach {
useJUnitPlatform()
maxHeapSize = "2G"
maxHeapSize = "4G"
ignoreFailures = false
failFast = true
maxParallelForks = (Runtime.getRuntime().availableProcessors() - 1).takeIf { it > 0 } ?: 1