You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #885 we introduced _JAVA_OPTIONS in an attempt to control JVM memory allocation. Documentation suggests that JAVA_TOOL_OPTIONS is actually recommended for these cases.
In #885 we introduced _JAVA_OPTIONS in an attempt to control JVM memory allocation.
Documentation suggests that JAVA_TOOL_OPTIONS is actually recommended for these cases.
The difference is pretty neatly explained here:
https://stackoverflow.com/questions/28327620/difference-between-java-options-java-tool-options-and-java-opts
The text was updated successfully, but these errors were encountered: