You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by yi...@apache.org on 2022/12/02 03:27:24 UTC

[doris] branch master updated: [Docs](memory) fix document directory and fix memtracker accuracy bug (#14710)

This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 4ef6efb59b [Docs](memory) fix document directory and fix memtracker accuracy bug (#14710)
4ef6efb59b is described below

commit 4ef6efb59b065ded61f9a6c1929798f77073c009
Author: Xinyi Zou <zo...@gmail.com>
AuthorDate: Fri Dec 2 11:27:18 2022 +0800

    [Docs](memory) fix document directory and fix memtracker accuracy bug (#14710)
---
 docs/dev.json                                                    | 4 ++++
 .../{ => maint-monitor}/memory-management/be-oom-analysis.md     | 0
 .../memory-management/memory-limit-exceeded-analysis.md          | 0
 .../{ => maint-monitor}/memory-management/memory-tracker.md      | 0
 docs/sidebars.json                                               | 9 +++++++++
 5 files changed, 13 insertions(+)

diff --git a/docs/dev.json b/docs/dev.json
index b870fc45c3..7e20f9a1b1 100644
--- a/docs/dev.json
+++ b/docs/dev.json
@@ -259,6 +259,10 @@
     "message": "监控指标",
     "description": "The label for category Monitor Metrics in sidebar docs"
   },
+  "sidebar.docs.category.Memory Management": {
+    "message": "内存管理",
+    "description": "The label for category Memory Management in sidebar docs"
+  },
   "sidebar.docs.category.Config": {
     "message": "配置管理",
     "description": "The label for category Config in sidebar docs"
diff --git a/docs/en/docs/admin-manual/memory-management/be-oom-analysis.md b/docs/en/docs/admin-manual/maint-monitor/memory-management/be-oom-analysis.md
similarity index 100%
rename from docs/en/docs/admin-manual/memory-management/be-oom-analysis.md
rename to docs/en/docs/admin-manual/maint-monitor/memory-management/be-oom-analysis.md
diff --git a/docs/en/docs/admin-manual/memory-management/memory-limit-exceeded-analysis.md b/docs/en/docs/admin-manual/maint-monitor/memory-management/memory-limit-exceeded-analysis.md
similarity index 100%
rename from docs/en/docs/admin-manual/memory-management/memory-limit-exceeded-analysis.md
rename to docs/en/docs/admin-manual/maint-monitor/memory-management/memory-limit-exceeded-analysis.md
diff --git a/docs/en/docs/admin-manual/memory-management/memory-tracker.md b/docs/en/docs/admin-manual/maint-monitor/memory-management/memory-tracker.md
similarity index 100%
rename from docs/en/docs/admin-manual/memory-management/memory-tracker.md
rename to docs/en/docs/admin-manual/maint-monitor/memory-management/memory-tracker.md
diff --git a/docs/sidebars.json b/docs/sidebars.json
index 66eac63629..3770a2717f 100644
--- a/docs/sidebars.json
+++ b/docs/sidebars.json
@@ -1019,6 +1019,15 @@
                         "admin-manual/maint-monitor/metadata-operation"
                     ]
                 },
+                {
+                    "type": "category",
+                    "label": "Memory Management",
+                    "items": [
+                        "admin-manual/maint-monitor/memory-management/memory-tracker",
+                        "admin-manual/maint-monitor/memory-management/memory-limit-exceeded-analysis",
+                        "admin-manual/maint-monitor/memory-management/be-oom-analysis"
+                    ]
+                },
                 {
                     "type": "category",
                     "label": "Config",


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org