Hi,
We are using docker for our dhis2 implementations. We have noticed that the web/tomcat container doesn’t releases the memory dynamically once the usage is completed.
I have set the following JVM parameters for the tomcat container,
JAVA_OPTS=-XX:+UseG1GC -XX:+UseStringDeduplication -Xms512m -Xmx4096m -XX:-UseGCOverheadLimit -XX:MaxHeapFreeRatio=30 -XX:MinHeapFreeRatio=10
Any suggestions on this? how to define release of memory (RAM) dynamically?
Many thanks in advance.
Regards,
Mohammad