Skip to content

Commit

Permalink
Try more metaspace for Dokka to workaround OOM
Browse files Browse the repository at this point in the history
  • Loading branch information
Joffrey Bion committed Sep 13, 2020
1 parent 546b60e commit f16ce21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -2,7 +2,7 @@ org.gradle.parallel=true
org.gradle.caching=true

# This is to prevent Metaspace error on Travis CI when building tags (at deploy step)
org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m
org.gradle.jvmargs=-XX:MaxMetaspaceSize=1024m

# Disabled for now because Dukat is unreliable
#kotlin.js.generate.externals=true
Expand Down

0 comments on commit f16ce21

Please sign in to comment.