We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Set java_opts='-Xmx=256m' and you get "Error occurred during initialization of VM; Incompatible minimum and maximum heap sizes specified"
java_opts='-Xmx=256m'
On heroku, JAVA_OPTS are provided to match the size of the VM you're deployed on, so the JAVA_OPTS need to win.
Suggest that get_mem_opts gives up if any are set manually, or something like that.
The text was updated successfully, but these errors were encountered:
Sounds like a good mechanism. Previously, we wanted people to just use the simpler get_mem_opts.
Sorry, something went wrong.
I think I have fix, trying it out now.
5d356fb
No branches or pull requests
Set
java_opts='-Xmx=256m'
and you get "Error occurred during initialization of VM; Incompatible minimum and maximum heap sizes specified"On heroku, JAVA_OPTS are provided to match the size of the VM you're deployed on, so the JAVA_OPTS need to win.
Suggest that get_mem_opts gives up if any are set manually, or something like that.
The text was updated successfully, but these errors were encountered: