a7d3b396108dce8c9f8b5cd50265139594c009f8
Native-image was OOM-killed (exit 137) during inlining phase. The runner has no implicit memory limit on container jobs, so native-image probed all available memory and got killed by the host OOM killer. Fix: - Set container options: --memory=8g (hard cap for the build container) - Pass -Dquarkus.native.native-image-xmx=4g to mvn (limits the native-image JVM heap to 4g, leaves 4g headroom for the rest of the toolchain: GraalVM, glibc, Maven, etc.)
Description
No description provided
Languages
HTML
41.3%
TypeScript
26.5%
Java
20.4%
CSS
5.8%
JavaScript
5.6%
Other
0.4%