Hi. I'm trying to port atrium ( <https://github.co...
# dokka
j
Hi. I'm trying to port atrium ( https://github.com/robstoll/atrium ) to dokka 1.4.10.2. But I seem to be hitting some kind of size limit: when I limit the amount of source sets to 27, I get my build done in < 1 minute, typically. But adding 1 more project can make the gradle task not return in any 'normal' time (I've waited 10 minutes and more in some cases). I also get
GC overhead limit exceeded
sometimes. Code can be found here: https://github.com/jgrgt/atrium/blob/dokka-upgrade/gradle/scripts/gh-pages.gradle#L36 (on that line increasing the 27 to 28 makes the time go from <1 minute to not returning after 2 minutes (I gave up after that).
g
have you tried to build with --debug?
anyway, looks that Gradle doesn’t have enough memory, you can check build scan with 27 projects