jmap
내 프로세스의 힙 덤프를 가져 오기 위해 실행해야했습니다 . 그러나 jvm
반환 :
Unable to open socket file: target process not responding or HotSpot VM not loaded
The -F option can be used when the target process is not responding
그래서 나는 다음을 사용했습니다 -F
.
./jmap -F -dump:format=b,file=heap.bin 10330
Attaching to process ID 10331, please wait...
Debugger attached successfully.
Server compiler detected.
JVM version is 24.51-b03
Dumping heap to heap.bin ...
-F
힙 덤프를 사용하는 것은 괜찮습니까?- 20 분을 기다렸는데 아직 끝나지 않았습니다. 이유는 무엇입니까?