抓hprof文件:

1)进入jdk目录

cd C:\Program Files\Java\jdk1.8.0_45\bin

2)使用jmap命令,4586为java的进程号

jmap -dump:format=b,file=test.hprof 4856

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-15
  • 2021-11-21
  • 2022-12-23
  • 2022-01-30
  • 2022-12-23
猜你喜欢
  • 2022-01-10
  • 2022-12-23
  • 2022-01-19
  • 2021-04-25
  • 2022-12-23
  • 2022-01-20
  • 2021-07-23
相关资源
相似解决方案