Skip to content
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

performance regression (?) when compiling a Spring Boot application with GraalVM #1565

Open
joshlong opened this issue Oct 19, 2024 · 0 comments

Comments

@joshlong
Copy link
Member

i've noticed that in Spring AI m3 my graalvm native image starts almost twice as slowly as it did in m2, despite there not be any other observable changes.

here's an example: https://github.com/joshlong-attic/spring-ai-m3-graalvm-regression

to see it in action:

  • start Docker
  • run: init_db.sh
  • compile the mvn Spring Boot application in the usual way: ./mvnw -DskipTests -Pnative native:compile
  • start it: ./target/service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant