Skip to content

Commit

Permalink
add Formar Name
Browse files Browse the repository at this point in the history
  • Loading branch information
CritasWang committed Nov 7, 2023
1 parent 5b9dcec commit 913083b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/UserGuide/Master/Reference/ConfigNode-Config-Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The details of each parameter are as follows:

|Name|ON\_HEAP\_MEMORY|
|:---:|:---|
|Description|The heap memory size that IoTDB ConfigNode can use |
|Description|The heap memory size that IoTDB ConfigNode can use, Former Name: MAX\_HEAP\_SIZE |
|Type|String|
|Default| Calculate based on MEMORY\_SIZE.|
|Effective|After restarting system|
Expand All @@ -55,7 +55,7 @@ The details of each parameter are as follows:

|Name|OFF\_HEAP\_MEMORY|
|:---:|:---|
|Description|The direct memory that IoTDB ConfigNode can use|
|Description|The direct memory that IoTDB ConfigNode can use, Former Name: MAX\_DIRECT\_MEMORY\_SIZE |
|Type|String|
|Default| Calculate based on MEMORY\_SIZE.|
|Effective|After restarting system|
Expand Down
4 changes: 2 additions & 2 deletions src/UserGuide/Master/Reference/DataNode-Config-Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The details of each parameter are as follows:

|Name|ON\_HEAP\_MEMORY|
|:---:|:---|
|Description|The heap memory size that IoTDB DataNode can use |
|Description|The heap memory size that IoTDB DataNode can use, Former Name: MAX\_HEAP\_SIZE |
|Type|String|
|Default| Calculate based on MEMORY\_SIZE.|
|Effective|After restarting system|
Expand All @@ -62,7 +62,7 @@ The details of each parameter are as follows:

|Name|OFF\_HEAP\_MEMORY|
|:---:|:---|
|Description|The direct memory that IoTDB DataNode can use|
|Description|The direct memory that IoTDB DataNode can use, Former Name: MAX\_DIRECT\_MEMORY\_SIZE|
|Type|String|
|Default| Calculate based on MEMORY\_SIZE.|
|Effective|After restarting system|
Expand Down
4 changes: 2 additions & 2 deletions src/zh/UserGuide/Master/Reference/ConfigNode-Config-Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ IoTDB ConfigNode 配置文件均位于 IoTDB 安装目录:`conf`文件夹下

|名字|ON\_HEAP\_MEMORY|
|:---:|:---|
|描述|IoTDB ConfigNode 能使用的堆内内存大小 |
|描述|IoTDB ConfigNode 能使用的堆内内存大小, 曾用名: MAX\_HEAP\_SIZE |
|类型|String|
|默认值|取决于MEMORY\_SIZE的配置。|
|改后生效方式|重启服务生效|
Expand All @@ -53,7 +53,7 @@ IoTDB ConfigNode 配置文件均位于 IoTDB 安装目录:`conf`文件夹下

|名字|OFF\_HEAP\_MEMORY|
|:---:|:---|
|描述|IoTDB ConfigNode 能使用的堆外内存大小 |
|描述|IoTDB ConfigNode 能使用的堆外内存大小, 曾用名: MAX\_DIRECT\_MEMORY\_SIZE |
|类型|String|
|默认值|取决于MEMORY\_SIZE的配置。|
|改后生效方式|重启服务生效|
Expand Down
4 changes: 2 additions & 2 deletions src/zh/UserGuide/Master/Reference/DataNode-Config-Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ IoTDB DataNode 与 Standalone 模式共用一套配置文件,均位于 IoTDB

|名字|ON\_HEAP\_MEMORY|
|:---:|:---|
|描述|IoTDB DataNode 能使用的堆内内存大小 |
|描述|IoTDB DataNode 能使用的堆内内存大小, 曾用名: MAX\_HEAP\_SIZE |
|类型|String|
|默认值|取决于MEMORY\_SIZE的配置。|
|改后生效方式|重启服务生效|
Expand All @@ -60,7 +60,7 @@ IoTDB DataNode 与 Standalone 模式共用一套配置文件,均位于 IoTDB

|名字|OFF\_HEAP\_MEMORY|
|:---:|:---|
|描述|IoTDB DataNode 能使用的堆外内存大小 |
|描述|IoTDB DataNode 能使用的堆外内存大小, 曾用名: MAX\_DIRECT\_MEMORY\_SIZE |
|类型|String|
|默认值|取决于MEMORY\_SIZE的配置|
|改后生效方式|重启服务生效|
Expand Down

0 comments on commit 913083b

Please sign in to comment.