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
Currently we use _JAVA_OPTIONS to set extra cmd line java arguments. This method doesn't seem to work well with multiple arguments, and if setting options that karaf.sh will also set by default, ODL wont start. karaf.sh checks for "JAVA_OPTS" environment variable to override default java options. We should modify the way we configure java options to use that variable, so that a user can be explicit and deterministic in getting the exact java options he/she wants.
The text was updated successfully, but these errors were encountered:
Currently we use _JAVA_OPTIONS to set extra cmd line java arguments. This method doesn't seem to work well with multiple arguments, and if setting options that karaf.sh will also set by default, ODL wont start. karaf.sh checks for "JAVA_OPTS" environment variable to override default java options. We should modify the way we configure java options to use that variable, so that a user can be explicit and deterministic in getting the exact java options he/she wants.
The text was updated successfully, but these errors were encountered: