-
The order of JVM flags is broken, leading to the inability to customize certain JVM configurations with the environment variable
LS_JAVA_OPTS
. 15996-
A workaround is to specify JVM flags in the
config/jvm.options
file rather than relying on theLS_JAVA_OPTS
environment variable.
-
A workaround is to specify JVM flags in the