Karm / mandrel-integration-tests

Integration tests for GraalVM and its Mandrel distribution. Runs Quarkus, Helidon and Micronaut applications and small targeted reproducers. The focus is solely on native-image utility and compilation of Java applications into native executables.
Apache License 2.0
5 stars 3 forks source link

[CI] Update Quarkus versions #215

Closed zakkak closed 9 months ago

Karm commented 9 months ago

Re--running CI ad

  72 Terminating due to java.lang.OutOfMemoryError: Java heap space
  73 The Native Image build process ran out of memory.
  74 Please make sure your build system has more memory available.
zakkak commented 9 months ago

Re--running CI ad

  72 Terminating due to java.lang.OutOfMemoryError: Java heap space
  73 The Native Image build process ran out of memory.
  74 Please make sure your build system has more memory available.

Hmm, this is the second time we observe this... Are we setting -J-Xmx5g?

Karm commented 9 months ago

@zakkak We are not IMHO.

zakkak commented 9 months ago

@zakkak We are not IMHO.

Might be worth trying it if issues persist.