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 a15af595218 [typo](docs) fix default value display exception (#29859) a15af595218 is described below commit a15af5952180ae4b6ab90b11ff52a1e5e770e3e1 Author: hechao <73096722+hechao-u...@users.noreply.github.com> AuthorDate: Sun Jan 14 18:55:04 2024 +0800 [typo](docs) fix default value display exception (#29859) --------- Co-authored-by: hechao <hec...@selectdb.com> --- docs/en/docs/admin-manual/config/fe-config.md | 4 ++-- docs/zh-CN/docs/admin-manual/config/fe-config.md | 8 ++++---- docs/zh-CN/docs/query-acceleration/statistics.md | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/en/docs/admin-manual/config/fe-config.md b/docs/en/docs/admin-manual/config/fe-config.md index f0a7e37c878..ae64946377b 100644 --- a/docs/en/docs/admin-manual/config/fe-config.md +++ b/docs/en/docs/admin-manual/config/fe-config.md @@ -2140,7 +2140,7 @@ MasterOnly:true ##### `storage_flood_stage_left_capacity_bytes` -Default:1 * 1024 * 1024 * 1024 (1GB) +Default:`1 * 1024 * 1024 * 1024` (1GB) IsMutable:true @@ -2338,7 +2338,7 @@ multi catalog concurrent file scanning threads #### `file_scan_node_split_size` -Default:256 * 1024 * 1024 +Default:`256 * 1024 * 1024` IsMutable:true diff --git a/docs/zh-CN/docs/admin-manual/config/fe-config.md b/docs/zh-CN/docs/admin-manual/config/fe-config.md index d5283faa72b..cced0662187 100644 --- a/docs/zh-CN/docs/admin-manual/config/fe-config.md +++ b/docs/zh-CN/docs/admin-manual/config/fe-config.md @@ -1507,7 +1507,7 @@ NORMAL 优先级挂起加载作业的并发数。 #### `label_keep_max_second` -默认值:3 * 24 * 3600 (3天) +默认值:`3 * 24 * 3600` (3天) 是否可以动态配置:true @@ -2140,7 +2140,7 @@ tablet 状态更新间隔 #### `storage_flood_stage_left_capacity_bytes` -默认值: 1 * 1024 * 1024 * 1024 (1GB) +默认值: `1 * 1024 * 1024 * 1024` (1GB) 是否可以动态配置:true @@ -2339,7 +2339,7 @@ multi catalog 并发文件扫描线程数 #### `file_scan_node_split_size` -默认值:256 * 1024 * 1024 +默认值:`256 * 1024 * 1024` 是否可以动态配置:true @@ -2432,7 +2432,7 @@ FE 会在每隔 es_state_sync_interval_secs 调用 es api 获取 es 索引分片 #### `dpp_bytes_per_reduce` -默认值:100 * 1024 * 1024L (100M) +默认值:`100 * 1024 * 1024L` (100M) #### `dpp_default_cluster` diff --git a/docs/zh-CN/docs/query-acceleration/statistics.md b/docs/zh-CN/docs/query-acceleration/statistics.md index 882b2cebba0..b54009a7c2a 100644 --- a/docs/zh-CN/docs/query-acceleration/statistics.md +++ b/docs/zh-CN/docs/query-acceleration/statistics.md @@ -316,7 +316,7 @@ mysql> KILL ANALYZE 52357; |analyze_record_limit|控制统计信息作业执行记录的持久化行数|20000| |stats_cache_size| FE侧统计信息缓存条数 | 500000 | | statistics_simultaneously_running_task_num |可同时执行的异步作业数量|3| -| statistics_sql_mem_limit_in_bytes| 控制每个统计信息SQL可占用的BE内存| 2L * 1024 * 1024 * 1024 (2GiB) | +| statistics_sql_mem_limit_in_bytes| 控制每个统计信息SQL可占用的BE内存| `2L * 1024 * 1024 * 1024` (2GiB) | <br/> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org