Skip to content

Commit

Permalink
#3740 increase MaxMetaspaceSize for the JVM
Browse files Browse the repository at this point in the history
Signed-off-by: Nigel Jones <[email protected]>
  • Loading branch information
planetf1 committed Oct 2, 2020
1 parent 7b019d2 commit dc792c0
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@ ENV LOADER_PATH=${LOADER_PATH}

# Joloka will be removed shortly. For now disable to avoid errors
ENV AB_JOLOKIA_OFF=true

# See issue 3740 - we leave the metaspace size as unlimited - jvm default
ENV JAVA_OPTS_APPEND="-XX:MaxMetaspaceSize=1g"

0 comments on commit dc792c0

Please sign in to comment.