I'm trying to starting use VisualVM for tracking some memory leaks I believe i had on my projects, I'm totally new to this tool so please excuse me if I'm asking some obvious thing.
The setup it's all fine, but in the JVM arguments of the Visual VM I saw this:
They conflict with my Payara JVM Arguments. -Xms
in Payara is 2048 and the -Xmx
too.
I need to manually put these configurations on my VisualVM? How I can track the JVM Memory Usage if these arguments differ, like, in a scenario where some application uses 1gb of memory and my VisualVM uses just 768m?
Thanks.