Replies: 1 comment
-
|
If you use the dockerfile, you need to set JAVA_OPTS_APPEND I think. It is documented in the Dockerfile we provide. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I need to add an additional JVM arguments to my app which is being built (using dockerfile) and running on Openshift.
I found this #24162 , which introduced
quarkus.openshift.jvm-additional-arguments, and I tried it.I can see that my app is being initialized without the argument that I have set:
And I can see this:
Beta Was this translation helpful? Give feedback.
All reactions