Skip to content

Commit bfffc47

Browse files
committed
Configure dokkaGeneratorIsolation
1 parent 4d258d5 commit bfffc47

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ dokka {
88
val sdkVersion: String by project
99
moduleVersion.set(sdkVersion)
1010

11+
dokkaGeneratorIsolation = ProcessIsolation {
12+
maxHeapSize = "4g"
13+
}
14+
1115
pluginsConfiguration.html {
1216
customStyleSheets.from(
1317
rootProject.file("docs/dokka-presets/css/aws-styles.css"),

0 commit comments

Comments
 (0)