This is an automated email from the ASF dual-hosted git repository. zouxinyi pushed a commit to branch xinyiZzz-patch-1 in repository https://gitbox.apache.org/repos/asf/doris-website.git
commit 940c78b7f4af92c08112e9f901d3e8c6cddeb5a8 Author: Xinyi Zou <[email protected]> AuthorDate: Wed Jul 9 15:52:36 2025 +0800 Update heap-profile-memory-analysis.md --- .../memory-management/memory-analysis/heap-profile-memory-analysis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/trouble-shooting/memory-management/memory-analysis/heap-profile-memory-analysis.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/trouble-shooting/memory-management/memory-analysis/heap-profile-memory-analysis.md index ebe33981576..dda5c72a1aa 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/trouble-shooting/memory-management/memory-analysis/heap-profile-memory-analysis.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/trouble-shooting/memory-management/memory-analysis/heap-profile-memory-analysis.md @@ -9,7 +9,7 @@ Heap Profile 支持实时查看进程内存使用,并可以看到调用栈, Doris 使用 Jemalloc 作为默认的 Allocator,参照下面的方法使用 Heap Profile。 -1. 将 `be.conf` 中 `JEMALLOC_CONF` 的 `prof_active:false` 修改为 `prof_active:true` 并重启 Doris BE。 +1. 将 `be.conf` 中 `JEMALLOC_CONF` 的 `prof:false,prof_active:false` 修改为 `prof:true,prof_active:true` 并重启 Doris BE。 2. 执行 `curl http://be_host:8040/jeheap/dump` 后会在 `${DORIS_HOME}/log` 目录看到生成的 `profile` 文件。 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
