Skip to content

Commit

Permalink
Update OutOfMemory Settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
wsalesky committed Apr 15, 2024
1 parent e2deb8a commit f15de4f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ ENV JAVA_TOOL_OPTIONS \
-XX:+UseStringDeduplication \
-XX:+UseContainerSupport \
-XX:MaxRAMPercentage=${JVM_MAX_RAM_PERCENTAGE:-75.0} \
-XX:MaxRAMFraction=2 \
-XX:+ExitOnOutOfMemoryError
-XX:+ExitOnOutOfMemoryError \
-XX:-HeapDumpOnOutOfMemoryError \
-XX:HeapDumpPath=/exist/heapDump/exist-memory-dump.hprof

HEALTHCHECK CMD [ "java", \
"org.exist.start.Main", "client", \
Expand All @@ -38,4 +39,5 @@ HEALTHCHECK CMD [ "java", \

ENV ADMIN_PASSWORD=$ADMIN_PASSWORD

ENTRYPOINT [ "/busybox/sh", "/entrypoint.sh"]
ENTRYPOINT [ "/busybox/sh", "/entrypoint.sh"]

2 changes: 1 addition & 1 deletion expath-pkg.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<package xmlns="http://expath.org/ns/pkg" name="http://srophe.org/bethqatraye" abbrev="bethqatraye" version="1.11" spec="1.0">
<package xmlns="http://expath.org/ns/pkg" name="http://srophe.org/bethqatraye" abbrev="bethqatraye" version="1.12" spec="1.0">
<title>Beth Qatraye</title>
</package>

0 comments on commit f15de4f

Please sign in to comment.