Compare commits

...

2 Commits

Author SHA1 Message Date
Zoë Gidiere 034d77d1f8 test sharing remaper 2023-10-02 18:07:25 -06:00
Zoë Gidiere 0514b17303 try 4g max heap 2023-10-02 01:52:13 -06:00
2 changed files with 3 additions and 2 deletions
+1 -1
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
+2 -1
View File
@@ -3,4 +3,5 @@ distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
org.gradle.jvmargs=-Xmx4096m
org.gradle.jvmargs=-Xmx4096m
fabric.loom.multiProjectOptimisation=true