I run JConsole. There are Eden space, Heap memory usage, etc.
I think that minimum memory used is Eden space + Survivor + Code cache.
Because other memory used only temporary.
Does it correct? Thanks.
I run JConsole. There are Eden space, Heap memory usage, etc. I think that
Share
If you want the minimum memory used, trigger a GC and see the total memory used at that point. For the application to run efficiently it may need to more, but this is the minimum.