-
Notifications
You must be signed in to change notification settings - Fork 52
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
Entrypoint.sh not respecting JAVA_TOOL_OPTIONS #19
Comments
How are you setting these |
No I am not. All my environment variables are defined in But if set it up without single quotes i.e. then Mirth starts properly, perhaps it's ignoring |
I've tested this using a Docker Compose file and a
These are the contents of the .yaml file and .env files:
connect.env
Then I used |
@pladesma I hope it's not the single quote problem since it works for you with double quotes. I will try with double quotes and see, but the error does seem weird when using single quotes |
Hi I m trying to start Mirth with
JAVA_TOOL_OPTIONS='-XX:MinRAMPercentage=50.0 -XX:MaxRAMPercentage=90.0'
but if I do so then I am getting these errorsMy guess is JAVA_TOOL_OPTIONS and VMOPTIONS are mutually exclusive, but I am not a Java expert. For sure I don't want to be limited by
Xmx
setting limitations in multiples of 1024 hence trying -XX:MaxRAMPercentageThe text was updated successfully, but these errors were encountered: