1,在windows开发客户端使用 jmap -dump:formatb,fileheap1.hprof 6712 导出文件,报下面错 Unable to attach to 64-bit process The -F option can be used when the target process is not respond
2,于是我想在方法里面加入-F࿰…
jmap -heap pid 展示pid的整体堆信息
bash-4.4# jmap -heap 10
Attaching to process ID 10, please wait...
Debugger attached successfully.
Server compiler detected.
JVM version is 25.172-b11using thread-local object allocation.
Garbage-First (G1) GC with 8 th…