[Docs](memory) fix document directory and fix memtracker accuracy bug (#14710)

This commit is contained in:
Xinyi Zou
2022-12-02 11:27:18 +08:00
committed by GitHub
parent f9d7983671
commit 4ef6efb59b
5 changed files with 13 additions and 0 deletions

View File

@ -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"

View File

@ -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",