1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 18:26:02 +02:00

Copy pasta oopsies.

This commit is contained in:
Peter Tripp 2016-02-16 12:36:36 -08:00
parent 67e2c723af
commit 99396717c4
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
- Print heap summary information:
`java -heap {{filename.jar}} {{java_pid}}`
`jmap -heap {{filename.jar}} {{java_pid}}`
- Print histogram of heap usage by type:

View file

@ -8,7 +8,7 @@
- Print mixed mode (java/c++) stack traces for all threads in a java process:
`jstack {{java_pid}}`
`jstack -m {{java_pid}}`
- Print stack traces from java core dump: