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 61ca353 commit a4fd9ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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,5 +39,4 @@ 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,4 +1,4 @@
<package xmlns="http://expath.org/ns/pkg" name="http://srophe.org/e-gedsh" abbrev="e-gedsh" version="1.7.dev" spec="1.0">
<package xmlns="http://expath.org/ns/pkg" name="http://srophe.org/e-gedsh" abbrev="e-gedsh" version="1.8.dev" spec="1.0">
<title>e-gedsh</title>
<!-- eXist shared resources -->
<dependency package="http://exist-db.org/apps/shared"/>
Expand Down

0 comments on commit a4fd9ec

Please sign in to comment.