Memory Usage does not drop after garbage collection

3
Hi all,   In one of our applications we've found that the archiving process set up increases the memory usage significantly. It is expected that after running garbage disposal the memory usage drops.    However, this is not completely the case. Although the Tenured Generation does drop after the GC in the JVM Object Heap the overall Memory Usage does not seem to drop. Please see below for snippets of the metrics.     Does anyone have an idea as to why this may be the case and how to get the overall memory Usage to drop. We're currently having to restart the application 2-3 times a week to avoid the app crashing.
asked
0 answers