asciidoctor / asciidoctor-gradle-plugin

A Gradle plugin that uses Asciidoctor via JRuby to process AsciiDoc source files within the project.
https://asciidoctor.github.io/asciidoctor-gradle-plugin/
Apache License 2.0
286 stars 122 forks source link

4.0.x timeouts (runs out of memory?) #707

Open slonopotamus opened 10 months ago

slonopotamus commented 10 months ago

Hi!

I've tried upgrading my project from 3.3.2 to 4.0.0 (and, later, to 4.0.1

However, both 4.0.x fail to build: 4.0.0 build log, 4.0.1 build log

What looks suspicious is "Daemon will be stopped at the end of the build after running out of JVM memory" log message.

In comparison, this is a successful 3.3.2 run just before the upgrade: https://github.com/git-as-svn/git-as-svn/actions/runs/7337405833/job/19978242501