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 9fc4da1 commit 843ce02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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,7 @@ java {
tasks.withType<Test>().configureEach {
useJUnitPlatform()

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

javaLauncher = javaToolchains.launcherFor {
Expand Down

0 comments on commit 843ce02

Please sign in to comment.