We are running jmap every 2 mins to collect the used heap Memory size information of a JVM application.
JVM had heap size of 80GB.
After reaching 98% the JVM suddenly went to unresponsive state. Garbage Collector should have cleared some memory instead the complete Server went unresponsive. Is it because we are running JMAP - heap every 2 mins?
Do anyone suggest/answer what could have happened here?
Thanks in advance.