Quarkus Dev Mode and kogito code generation very slow #48224
Replies: 3 comments 1 reply
-
/cc @evacchi (kogito), @mariofusco (kogito) |
Beta Was this translation helpful? Give feedback.
-
Is there any way to bypass the quarkus bootstrapping/augmentation and start dev mode without having to build the application? I tried using io.quarkus.bootstrap.runner.QuarkusEntryPoint to start a allready build application (mvn clean package) with VM parameters
but that fails with OutOfMemoryException 👎 |
Beta Was this translation helpful? Give feedback.
-
Are there any interesting logger's we could use to get some insight in what the quarkus application is doing? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Quarkus community 💯
Ive upgrade a existing quarkus application from
and trying to enable quarkus dev mode but when starting application using 'quarkus dev' or via maven it takes 30+ min for the quarkus application to be operational with no indication about what its doing - has anyone found a solution for using quarkus dev mode with drools/kogito extension?
Beta Was this translation helpful? Give feedback.
All reactions