Last active
October 15, 2019 09:14
-
-
Save gorshkov-leonid/1fcff9ce447c66796d800e9398dc7daa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ps -auxww | grep -i 6800 поиск pid | |
jcmd <pid> GC.run вызов GC | |
jmap -dump:live,format=b,file=filename <pid> Сохранение дампа |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment