-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bigger Quarkus application cannot be build as native executable now with Mandrel update to 23.1.5.0 #44220
Labels
Comments
@michalvavrik I believe this is actually #44216 and as I note there the issue does not seem to be caused by the Mandrel update. I tried reproducing the issue with
Closing as duplicate. |
@zakkak I am fine with closing this, but I am not fine with your issue description, let me comment there. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Our application that build into native executable just fine with 23.1 now cannot be build. My native build always run out of memory with 23.1.5.0. We are using
quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-21
, so it could be bug for the https://github.com/quarkusio/quarkus-images, but I think this is important to have tracker because personally, I am not able to assess where the bug is (if there is one), maybe it needs to be fixed in Quarkus?Expected behavior
With
MANDREL 23.1.5.0 JDK 21.0.5+11-LTS
I get:Actual behavior
With
GRAALVM 23.1 JDK 21.0.2+13-jvmci-23.1-b30
it worked just fine.How to Reproduce?
Steps to reproduce the behavior:
Output of
uname -a
orver
Ubuntu & Fedora
Output of
java -version
Temurin-21.0.1+12
Mandrel or GraalVM version (if different from Java)
MANDREL 23.1.5.0
Quarkus version or git rev
999-SNAPSHOT
Build tool (ie. output of
mvnw --version
orgradlew --version
)Maven 3.9.4
Additional information
This started to failing around 23.10.2024.
The text was updated successfully, but these errors were encountered: