4
Запуск jmap з неможливістю відкрити файл сокета
Мені довелося запустити 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 …
85
java
linux
jvm
jvm-hotspot