Skip to content

Commit 0c7578c

Browse files
committed
Dokka more space!
1 parent a6326e8 commit 0c7578c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle-conventions/src/main/kotlin/conventions-dokka-spec.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dokka {
4040

4141
dokkaGeneratorIsolation = ProcessIsolation {
4242
// Configures heap size
43-
maxHeapSize = "6g"
43+
maxHeapSize = "8g"
4444
}
4545

4646
dokkaGeneratorIsolation = ClassLoaderIsolation()

gradle-conventions/src/main/kotlin/conventions-root.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ dokka {
7575

7676
dokkaGeneratorIsolation = ProcessIsolation {
7777
// Configures heap size
78-
maxHeapSize = "6g"
78+
maxHeapSize = "8g"
7979
}
8080

8181
dokkaGeneratorIsolation = ClassLoaderIsolation()

0 commit comments

Comments
 (0)