How to capture heap memory statistics of local Mendix application

1
Hi,   I want to capture the heap memory and other performance metric info of Mendix application that is locally running on my machine. Any suggestions on how to capture this information is appreciated. 
asked
1 answers
2

Hi Mohan,

 

You can use jconsole to view the Java Heap and other JVM related stuff. You can find this tool in your JDK bin folder.

 

See: JConsole

 

Hope this helps you.

 

Regards,

 

Taner.

answered