Skip to content

Instantly share code, notes, and snippets.

@gorshkov-leonid
Last active October 15, 2019 09:14
Show Gist options
  • Save gorshkov-leonid/1fcff9ce447c66796d800e9398dc7daa to your computer and use it in GitHub Desktop.
Save gorshkov-leonid/1fcff9ce447c66796d800e9398dc7daa to your computer and use it in GitHub Desktop.
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