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
If you go that route it would be great if the JAVA_OPTIONS used to run the server would be adjustable dynamically without rebuilding the image. Basically executing java $JAVA_OPTIONS -jar start.jar .... to start the server. This could be done by applying sed on the output of --dry-run to insert the $JAVA_OPTIONS variable. I mentioned something like that already in #151 (comment) because of JPMS.
The text was updated successfully, but these errors were encountered:
Allow different JVM options to be set for the JVM which does the
--dry-run
than the one which runs the server.Comment from @jnehlmeier in #160 (comment)_
The text was updated successfully, but these errors were encountered: