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分待っていますが、まだ終わっていません。なぜ何かアイデアはありますか?