Skip to content

Commit 0d77f0f

Browse files
authored
misc: bump maxHeapSize for Dokka generation (#1722)
1 parent 06b1e51 commit 0d77f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/dokka-convention.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dokka {
1414
moduleVersion.set(sdkVersion)
1515

1616
dokkaGeneratorIsolation = ProcessIsolation {
17-
maxHeapSize = "4g"
17+
maxHeapSize = "16g"
1818
}
1919

2020
pluginsConfiguration.html {

0 commit comments

Comments
 (0)