Skip to content

Instantly share code, notes, and snippets.

@fhoner
Last active June 8, 2022 10:31
Show Gist options
  • Save fhoner/adfc8e1a035b2f565032b69b3ae51de5 to your computer and use it in GitHub Desktop.
Save fhoner/adfc8e1a035b2f565032b69b3ae51de5 to your computer and use it in GitHub Desktop.
Atlassian Confluence Dockerfile synchrony custom memory heap max
FROM atlassian/confluence-server:7.18.1
RUN sed -i '/export CATALINA_OPTS/iCATALINA_OPTS="-Dsynchrony.memory.max=384m ${CATALINA_OPTS}"' /opt/atlassian/confluence/bin/setenv.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment