Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/foundation-2021' into foundation…
Browse files Browse the repository at this point in the history
…-2022
  • Loading branch information
Benjamin Reed committed Aug 1, 2023
2 parents 3a4b3d2 + 1bbafb3 commit 363de1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions container/shared/src/main/resources/etc/container.init
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ unset JAVA_OPTS
# always dump heap if we OOM
EXTRA_JAVA_OPTS="$EXTRA_JAVA_OPTS -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow"

# work around a karaf zip bug
EXTRA_JAVA_OPTS="$EXTRA_JAVA_OPTS -Djdk.util.zip.disableZip64ExtraFieldValidation=true"

# export any default configurable variables from sysconf
export RUNAS JAVA_MIN_MEM JAVA_MAX_MEM MAX_FD JAVA_HOME JAVA JAVA_DEBUG_OPTS JAVA_DEBUG_PORT EXTRA_JAVA_OPTS CLASSPATH KARAF_DEBUG LD_LIBRARY_PATH

Expand Down

0 comments on commit 363de1b

Please sign in to comment.