*: fix errors reported by languagetool (#6069)

This commit is contained in:
Seth Falco
2021-08-15 19:59:09 +02:00
committed by GitHub
parent 3fbefc8b77
commit 3e4c519004
281 changed files with 433 additions and 429 deletions

View File

@@ -3,7 +3,7 @@
> Java Heap Analysis Tool.
> More information: <https://docs.oracle.com/javase/8/docs/technotes/tools/unix/jhat.html>.
- Analyze a heap dump (from jmap), view via http on port 7000:
- Analyze a heap dump (from `jmap`), view via HTTP on port 7000:
`jhat {{dump_file.bin}}`
@@ -11,6 +11,6 @@
`jhat -p {{port}} {{dump_file.bin}}`
- Analyze a dump letting jhat use up to 8GB RAM (2-4x dump size recommended):
- Analyze a dump letting `jhat` use up to 8 GB RAM (2-4x dump size recommended):
`jhat -J-mx8G {{dump_file.bin}}`