Skip to content

Commit

Permalink
Increase default max heap of Worker to 2G (#3913)
Browse files Browse the repository at this point in the history
KT-73024
  • Loading branch information
adam-enko authored Nov 12, 2024
1 parent e8d1ed6 commit 15986f6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ constructor(

dokkaExtension.dokkaGeneratorIsolation.convention(
dokkaExtension.ProcessIsolation {
maxHeapSize.convention("2g")
debug.convention(false)
jvmArgs.convention(
listOf(
Expand Down

0 comments on commit 15986f6

Please sign in to comment.