This section of the README includes instructions on how to use the JVM_OPTS env var to pass JVM parameters into the Gelato Docker container. We have recently seen an Alpha tester try to set multiple different JVM_OPTS env vars when trying to set more than one JVM parameter, thus:
The instructions should make it clear that there should be only one JVM_OPTS env var, and that it can contain multiple JVM parameters in a space-separated list inside the string.
This section of the README includes instructions on how to use the
JVM_OPTS
env var to pass JVM parameters into the Gelato Docker container. We have recently seen an Alpha tester try to set multiple differentJVM_OPTS
env vars when trying to set more than one JVM parameter, thus:The instructions should make it clear that there should be only one
JVM_OPTS
env var, and that it can contain multiple JVM parameters in a space-separated list inside the string.