Skip to content

Commit

Permalink
Merge pull request #3743 from planetf1/issue3740b
Browse files Browse the repository at this point in the history
#3740 increase MaxMetaspaceSize for the JVM
  • Loading branch information
planetf1 committed Oct 2, 2020
2 parents 7b019d2 + dc792c0 commit 3ce1168
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 3ce1168

Please sign in to comment.