add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -1,16 +1,16 @@
# jhat
> Java 堆分析工具。
> 更多信息:<https://docs.oracle.com/javase/8/docs/technotes/tools/unix/jhat.html>.
> 更多信息:<https://docs.oracle.com/javase/8/docs/technotes/tools/unix/jhat.html>
- 分析堆转储文件(来自 jmap通过 HTTP 端口 7000 进行查看:
- 分析堆转储(来自 `jmap`),通过 HTTP 7000 端口查看:
`jhat {{路径/堆转储文件}}`
`jhat {{dump_file.bin}}`
- 分析堆转储文件,为 HTTP 服务指定备用端口:
- 分析堆转储,指定 HTTP 服务器的备用端口:
`jhat -p {{端口}} {{路径/堆转储文件}}`
`jhat -p {{port}} {{dump_file.bin}}`
- 通过 jhat 分析转储文件,指定使用 8GB RAM建议使用 2-4 倍的转储大小
- 分析转储,允许 `jhat` 使用最多 8 GB RAM建议为转储大小的 2-4 倍):
`jhat -J-mx8G {{路径/堆转储文件}}`
`jhat -J-mx8G {{dump_file.bin}}`