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

Separate out the JAVA_OPTIONS for the --dry-run #164

Open
lachlan-roberts opened this issue Sep 6, 2023 · 0 comments
Open

Separate out the JAVA_OPTIONS for the --dry-run #164

lachlan-roberts opened this issue Sep 6, 2023 · 0 comments

Comments

@lachlan-roberts
Copy link
Contributor

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)_

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.

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