How to print out Java jvm memory use for debugging purposes?

后端 未结 2 1560
伪装坚强ぢ
伪装坚强ぢ 2021-02-05 15:22

I have a large Java app that uses massive amounts of memory at times and I would like to monitor this at intervals to see if heap or permgen limits are reached or have gotten ne

2条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-05 15:54

    You can try visualVM, a Java profiler that goes with every JDK. You will find it in the "bin" folder.

提交回复
热议问题