You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see there is mentioned of $RUN_OPTS in the bash script, but it wasn't actually implemented. As it stands, when running as a service there is no way to set -D arguments for the JVM.
It would be good to have RUN_OPTS as a way of adding those params dynamically through the environment.
Thanks
The text was updated successfully, but these errors were encountered:
Currently there is a static way with the etc-default template. Take a look at this example application. Basically you define an etc-default under src/templates and define your parameters there.
We would be happy to merge a pull request for this though :)
Hey guys,
I see there is mentioned of $RUN_OPTS in the bash script, but it wasn't actually implemented. As it stands, when running as a service there is no way to set -D arguments for the JVM.
It would be good to have RUN_OPTS as a way of adding those params dynamically through the environment.
Thanks
The text was updated successfully, but these errors were encountered: