summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2021-05-06 17:21:38 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2021-05-06 17:21:38 +0200
commit4959750453d93a95151f6461cc1609ff46091c44 (patch)
tree8abb93fb19037930d60ac9e0decc3e70ff66843e
parent18ec68c0222ed2fc203c766e730b80bd145d36b1 (diff)
build: Increase metaspace budget
This change increases the max metaspace size that Gradle/Dokka is allowed to use. We unfortunately need this workaround for Dokka to properly build the documentation during the release workflow.
-rw-r--r--gradle.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties
index f9eabb4e..ea35e589 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -21,7 +21,7 @@
#
# For Dokka https://github.com/Kotlin/dokka/issues/1405
-org.gradle.jvmargs=-XX:MaxMetaspaceSize=1G
+org.gradle.jvmargs=-XX:MaxMetaspaceSize=2G
# Dependencies
kotlinx-coroutines.version = 1.4.3