I have been experiencing with `dokkaJavadocJar` a ...
# dokka
e
I have been experiencing with
dokkaJavadocJar
a
java.lang.OutOfMemoryError: Metaspace
never ever saw this before, is it normal? It seems
org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m
in
gradle.properties
solves the issue
s
Yes, I have also seen this e.g. for running our integration tests. This will definitely be investigated by us. For now, I think 512M is hopefully not a deal breaker at the moment for you!
e
Glad I'm not an exception. Also same task for you?