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 19, 2024
1 parent f4adeb3 commit 11a2781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-logic/src/main/kotlin/dokkabuild.test-k2.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ testing {
excludeTags.addAll(onlyDescriptorTags)
}
classpath += symbolsTestImplementationResolver.incoming.files
maxHeapSize = "2G"
maxHeapSize = "1G"
}
}

Expand Down

0 comments on commit 11a2781

Please sign in to comment.