Skip to content

Commit

Permalink
try to give more memory for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
whyoleg committed Sep 18, 2024
1 parent e81b763 commit b5e4689
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build-logic/src/main/kotlin/dokkabuild.java.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ java {
tasks.withType<Test>().configureEach {
useJUnitPlatform()

maxHeapSize = "2G"
maxParallelForks = (Runtime.getRuntime().availableProcessors() / 2).coerceAtLeast(1)

javaLauncher = javaToolchains.launcherFor {
Expand Down

0 comments on commit b5e4689

Please sign in to comment.