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

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


The following commit(s) were added to refs/heads/master by this push:
     new e1aafc44b98 profile_manager_gc_interval_seconds (#1172)
e1aafc44b98 is described below

commit e1aafc44b98919b5f66d8d196518e89628c23143
Author: zhiqiang <seuhezhiqi...@163.com>
AuthorDate: Wed Oct 16 23:21:56 2024 +0800

    profile_manager_gc_interval_seconds (#1172)
    
    # Versions
    
    - [x] dev
    - [x] 3.0
    - [ ] 2.1
    - [ ] 2.0
    
    # Languages
    
    - [x] Chinese
    - [x] English
    
    https://github.com/apache/doris/pull/40302
---
 docs/admin-manual/config/fe-config.md                             | 6 ++++++
 .../version-2.1/admin-manual/config/fe-config.md                  | 7 +++++++
 .../version-3.0/admin-manual/config/fe-config.md                  | 8 +++++++-
 versioned_docs/version-3.0/admin-manual/config/fe-config.md       | 8 +++++++-
 4 files changed, 27 insertions(+), 2 deletions(-)

diff --git a/docs/admin-manual/config/fe-config.md 
b/docs/admin-manual/config/fe-config.md
index 68deef1d7a5..3b97d802cb9 100644
--- a/docs/admin-manual/config/fe-config.md
+++ b/docs/admin-manual/config/fe-config.md
@@ -2737,6 +2737,12 @@ Default value: 2000
 
 For auto-partitioned tables to prevent users from accidentally creating a 
large number of partitions, the number of partitions allowed per OLAP table is 
`max_auto_partition_num`. Default 2000.
 
+#### `profile_manager_gc_interval_seconds`
+
+Default value: 1
+
+Used to control the interval at which ProfileManager performs profile garbage 
collection. During garbage collection, ProfileManager purges excess and expired 
profiles from memory and disk to save memory.
+
 ### Compute and Storage Disaggregated Mode
 
 #### `cluster_id`
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/config/fe-config.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/config/fe-config.md
index 569b232a5c7..7fca848f829 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/config/fe-config.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/config/fe-config.md
@@ -2765,3 +2765,10 @@ Doris 为了兼用 mysql 周边工具生态,会内置一个名为 mysql 的数
 默认值:2000
 
 对于自动分区表,防止用户意外创建大量分区,每个 OLAP 表允许的分区数量为`max_auto_partition_num`。默认 2000。
+
+
+#### `profile_manager_gc_interval_seconds`
+
+默认值:1
+
+用于控制 ProfileManager 进行 Profile 垃圾回收的间隔时间,垃圾回收期间 ProfileManager 会把多余的以及过期的 
profile 从内存和磁盘中清理掉,节省内存。
\ No newline at end of file
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/admin-manual/config/fe-config.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/admin-manual/config/fe-config.md
index e73cc2d6568..b25086d2819 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/admin-manual/config/fe-config.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/admin-manual/config/fe-config.md
@@ -2736,6 +2736,12 @@ Doris 为了兼用 mysql 周边工具生态,会内置一个名为 mysql 的数
 
 对于自动分区表,防止用户意外创建大量分区,每个 OLAP 表允许的分区数量为`max_auto_partition_num`。默认 2000。
 
+#### `profile_manager_gc_interval_seconds`
+
+默认值:1
+
+用于控制 ProfileManager 进行 Profile 垃圾回收的间隔时间,垃圾回收期间 ProfileManager 会把多余的以及过期的 
profile 从内存和磁盘中清理掉,节省内存。
+
 ### 存算分离模式
 
 #### `cluster_id`
@@ -2754,4 +2760,4 @@ Doris 为了兼用 mysql 周边工具生态,会内置一个名为 mysql 的数
 
 默认值: ""
 
-Meta Service 的端点应以 'host1:port,host2:port' 的格式指定。此配置对于存算分离模式是必要的。
\ No newline at end of file
+Meta Service 的端点应以 'host1:port,host2:port' 的格式指定。此配置对于存算分离模式是必要的。
diff --git a/versioned_docs/version-3.0/admin-manual/config/fe-config.md 
b/versioned_docs/version-3.0/admin-manual/config/fe-config.md
index d8d86bf29e4..3b97d802cb9 100644
--- a/versioned_docs/version-3.0/admin-manual/config/fe-config.md
+++ b/versioned_docs/version-3.0/admin-manual/config/fe-config.md
@@ -2737,6 +2737,12 @@ Default value: 2000
 
 For auto-partitioned tables to prevent users from accidentally creating a 
large number of partitions, the number of partitions allowed per OLAP table is 
`max_auto_partition_num`. Default 2000.
 
+#### `profile_manager_gc_interval_seconds`
+
+Default value: 1
+
+Used to control the interval at which ProfileManager performs profile garbage 
collection. During garbage collection, ProfileManager purges excess and expired 
profiles from memory and disk to save memory.
+
 ### Compute and Storage Disaggregated Mode
 
 #### `cluster_id`
@@ -2755,4 +2761,4 @@ Description:  The mode in which FE runs. `cloud` 
indicates the decoupled storage
 
 Default: ""
 
-Endpoints of the meta service should be specified in the format 
'host1:port,host2:port'. This configuration is necessary for the storage and 
compute disaggregated mode.
\ No newline at end of file
+Endpoints of the meta service should be specified in the format 
'host1:port,host2:port'. This configuration is necessary for the storage and 
compute disaggregated mode.


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

Reply via email to