From 83b2c43431726d65ab6f71d3fc02a70f3e596076 Mon Sep 17 00:00:00 2001 From: Leto_b Date: Tue, 21 Apr 2026 11:32:38 +0800 Subject: [PATCH] add memory size default description --- .../Cluster-Deployment_apache.md | 11 +++++++++-- .../Cluster-Deployment_timecho.md | 11 +++++++++-- .../Stand-Alone-Deployment_apache.md | 17 ++++++++++++----- .../Stand-Alone-Deployment_timecho.md | 17 ++++++++++++----- .../Cluster-Deployment_apache.md | 8 ++++---- .../Cluster-Deployment_timecho.md | 10 ++++++++-- .../Stand-Alone-Deployment_apache.md | 8 ++++---- .../Stand-Alone-Deployment_timecho.md | 10 ++++++++-- .../Cluster-Deployment_apache.md | 8 ++++---- .../Cluster-Deployment_timecho.md | 8 ++++---- .../Stand-Alone-Deployment_apache.md | 8 ++++---- .../Stand-Alone-Deployment_timecho.md | 8 ++++---- .../Cluster-Deployment_apache.md | 8 ++++---- .../Cluster-Deployment_timecho.md | 8 ++++---- .../Stand-Alone-Deployment_apache.md | 8 ++++---- .../Stand-Alone-Deployment_timecho.md | 8 ++++---- .../Cluster-Deployment_apache.md | 11 +++++++++-- .../Cluster-Deployment_timecho.md | 11 +++++++++-- .../Stand-Alone-Deployment_apache.md | 17 ++++++++++++----- .../Stand-Alone-Deployment_timecho.md | 17 ++++++++++++----- .../Cluster-Deployment_apache.md | 8 ++++---- .../Cluster-Deployment_timecho.md | 10 ++++++++-- .../Stand-Alone-Deployment_apache.md | 8 ++++---- .../Stand-Alone-Deployment_timecho.md | 10 ++++++++-- .../Cluster-Deployment_apache.md | 8 ++++---- .../Cluster-Deployment_timecho.md | 8 ++++---- .../Stand-Alone-Deployment_apache.md | 8 ++++---- .../Stand-Alone-Deployment_timecho.md | 8 ++++---- .../Cluster-Deployment_apache.md | 8 ++++---- .../Cluster-Deployment_timecho.md | 8 ++++---- .../Stand-Alone-Deployment_apache.md | 8 ++++---- .../Stand-Alone-Deployment_timecho.md | 8 ++++---- .../Cluster-Deployment_apache.md | 8 ++++---- .../Cluster-Deployment_timecho.md | 8 ++++---- .../Stand-Alone-Deployment_apache.md | 8 ++++---- .../Stand-Alone-Deployment_timecho.md | 8 ++++---- .../Cluster-Deployment_apache.md | 8 ++++---- .../Cluster-Deployment_timecho.md | 8 ++++---- .../Stand-Alone-Deployment_apache.md | 8 ++++---- .../Stand-Alone-Deployment_timecho.md | 8 ++++---- .../Cluster-Deployment_apache.md | 8 ++++---- .../Cluster-Deployment_timecho.md | 8 ++++---- .../Stand-Alone-Deployment_apache.md | 8 ++++---- .../Stand-Alone-Deployment_timecho.md | 8 ++++---- .../Cluster-Deployment_apache.md | 8 ++++---- .../Cluster-Deployment_timecho.md | 8 ++++---- .../Stand-Alone-Deployment_apache.md | 8 ++++---- .../Stand-Alone-Deployment_timecho.md | 12 ++++++------ 48 files changed, 262 insertions(+), 182 deletions(-) diff --git a/src/UserGuide/Master/Table/Deployment-and-Maintenance/Cluster-Deployment_apache.md b/src/UserGuide/Master/Table/Deployment-and-Maintenance/Cluster-Deployment_apache.md index 30bab464a..90c591dc3 100644 --- a/src/UserGuide/Master/Table/Deployment-and-Maintenance/Cluster-Deployment_apache.md +++ b/src/UserGuide/Master/Table/Deployment-and-Maintenance/Cluster-Deployment_apache.md @@ -125,11 +125,18 @@ cd apache-iotdb-{version}-all-bin Edit the following files for memory allocation: - **ConfigNode**: `./conf/confignode-env.sh` (or `.bat` for Windows) -- **DataNode**: `./conf/datanode-env.sh` (or `.bat` for Windows) | **Parameter** | **Description** | **Default** | **Recommended** | **Notes** | | :------------ | :--------------------------------- | :---------- | :-------------- | :-------------------------------------- | -| MEMORY_SIZE | Total memory allocated to the node | Empty | As needed | Save changes without immediate execution; modifications take effect after service restart. | +| MEMORY_SIZE | Total memory allocated to the node | Automatically calculated based on system memory, defaulting to 30% of the system memory. | As needed | Save changes without immediate execution; modifications take effect after service restart. | + + +- **DataNode**: `./conf/datanode-env.sh` (or `.bat` for Windows) + +| **Parameter** | **Description** | **Default** | **Recommended** | **Notes** | +| :------------ | :--------------------------------- |:-----------------------------------------------------------------------------------------| :-------------- | :-------------------------------------- | +| MEMORY_SIZE | Total memory allocated to the node | Automatically calculated based on system memory, defaulting to 50% of the system memory. | As needed | Save changes without immediate execution; modifications take effect after service restart. | + #### 3.3.2 General Configuration diff --git a/src/UserGuide/Master/Table/Deployment-and-Maintenance/Cluster-Deployment_timecho.md b/src/UserGuide/Master/Table/Deployment-and-Maintenance/Cluster-Deployment_timecho.md index 336240df4..e65a006d7 100644 --- a/src/UserGuide/Master/Table/Deployment-and-Maintenance/Cluster-Deployment_timecho.md +++ b/src/UserGuide/Master/Table/Deployment-and-Maintenance/Cluster-Deployment_timecho.md @@ -125,11 +125,18 @@ cd timechodb-{version}-bin Edit the following files for memory allocation: - **ConfigNode**: `./conf/confignode-env.sh` (or `.bat` for Windows) -- **DataNode**: `./conf/datanode-env.sh` (or `.bat` for Windows) | **Parameter** | **Description** | **Default** | **Recommended** | **Notes** | | :------------ | :--------------------------------- | :---------- | :-------------- | :-------------------------------------- | -| MEMORY_SIZE | Total memory allocated to the node | Empty | As needed | Save changes without immediate execution; modifications take effect after service restart. | +| MEMORY_SIZE | Total memory allocated to the node | Automatically calculated based on system memory, defaulting to 30% of the system memory. | As needed | Save changes without immediate execution; modifications take effect after service restart. | + + +- **DataNode**: `./conf/datanode-env.sh` (or `.bat` for Windows) + +| **Parameter** | **Description** | **Default** | **Recommended** | **Notes** | +| :------------ | :--------------------------------- |:-----------------------------------------------------------------------------------------| :-------------- | :-------------------------------------- | +| MEMORY_SIZE | Total memory allocated to the node | Automatically calculated based on system memory, defaulting to 50% of the system memory. | As needed | Save changes without immediate execution; modifications take effect after service restart. | + #### 3.3.2 General Configuration diff --git a/src/UserGuide/Master/Table/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md b/src/UserGuide/Master/Table/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md index a3df77c4f..08d42beba 100644 --- a/src/UserGuide/Master/Table/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md +++ b/src/UserGuide/Master/Table/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md @@ -97,12 +97,19 @@ cd apache-iotdb-{version}-all-bin Edit the following files for memory allocation: -- **ConfigNode**: `conf/confignode-env.sh` (or `.bat` for Windows) -- **DataNode**: `conf/datanode-env.sh` (or `.bat` for Windows) +- **ConfigNode**: `./conf/confignode-env.sh` (or `.bat` for Windows) + +| **Parameter** | **Description** | **Default** | **Recommended** | **Notes** | +| :------------ | :--------------------------------- | :---------- | :-------------- | :-------------------------------------- | +| MEMORY_SIZE | Total memory allocated to the node | Automatically calculated based on system memory, defaulting to 30% of the system memory. | As needed | Save changes without immediate execution; modifications take effect after service restart. | + + +- **DataNode**: `./conf/datanode-env.sh` (or `.bat` for Windows) + +| **Parameter** | **Description** | **Default** | **Recommended** | **Notes** | +| :------------ | :--------------------------------- |:-----------------------------------------------------------------------------------------| :-------------- | :-------------------------------------- | +| MEMORY_SIZE | Total memory allocated to the node | Automatically calculated based on system memory, defaulting to 50% of the system memory. | As needed | Save changes without immediate execution; modifications take effect after service restart. | -| **Parameter** | **Description** | **Default** | **Recommended** | **Notes** | -| :------------ | :---------------------------------- | :---------- | :-------------- | :---------------------- | -| MEMORY_SIZE | Total memory allocated for the node | Empty | As needed | Save changes without immediate execution; modifications take effect after service restart. | #### 2.3.2 General Configuration diff --git a/src/UserGuide/Master/Table/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md b/src/UserGuide/Master/Table/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md index ff19539ad..5d0221f03 100644 --- a/src/UserGuide/Master/Table/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md +++ b/src/UserGuide/Master/Table/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md @@ -95,12 +95,19 @@ cd timechodb-{version}-bin Edit the following files for memory allocation: -- **ConfigNode**: `conf/confignode-env.sh` (or `.bat` for Windows) -- **DataNode**: `conf/datanode-env.sh` (or `.bat` for Windows) +- **ConfigNode**: `./conf/confignode-env.sh` (or `.bat` for Windows) + +| **Parameter** | **Description** | **Default** | **Recommended** | **Notes** | +| :------------ | :--------------------------------- | :---------- | :-------------- | :-------------------------------------- | +| MEMORY_SIZE | Total memory allocated to the node | Automatically calculated based on system memory, defaulting to 30% of the system memory. | As needed | Save changes without immediate execution; modifications take effect after service restart. | + + +- **DataNode**: `./conf/datanode-env.sh` (or `.bat` for Windows) + +| **Parameter** | **Description** | **Default** | **Recommended** | **Notes** | +| :------------ | :--------------------------------- |:-----------------------------------------------------------------------------------------| :-------------- | :-------------------------------------- | +| MEMORY_SIZE | Total memory allocated to the node | Automatically calculated based on system memory, defaulting to 50% of the system memory. | As needed | Save changes without immediate execution; modifications take effect after service restart. | -| **Parameter** | **Description** | **Default** | **Recommended** | **Notes** | -| :------------ | :---------------------------------- | :---------- | :-------------- | :---------------------- | -| MEMORY_SIZE | Total memory allocated for the node | Empty | As needed | Save changes without immediate execution; modifications take effect after service restart. | #### 2.3.2 General Configuration diff --git a/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Cluster-Deployment_apache.md b/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Cluster-Deployment_apache.md index c0f32735c..c0aec00f3 100644 --- a/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Cluster-Deployment_apache.md +++ b/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Cluster-Deployment_apache.md @@ -122,13 +122,13 @@ cd apache-iotdb-{version}-all-bin | **配置项** | **Description** | **Default** | **Recommended value** | **Note** | | :---------- | :----------------------------------------------------------- | :---------- | :----------------------------------------------------------- | :---------------------------------- | -| MEMORY_SIZE | The total amount of memory that IoTDB ConfigNode nodes can use | - | Can be filled in as needed, and the system will allocate memory based on the filled in values | Save changes without immediate execution; modifications take effect after service restart. | +| MEMORY_SIZE | The total amount of memory that IoTDB ConfigNode nodes can use | Automatically calculated based on system memory, defaulting to 30% of the system memory. | Can be filled in as needed, and the system will allocate memory based on the filled in values | Save changes without immediate execution; modifications take effect after service restart. | - `./conf/datanode-env.sh` configuration -| **Configuration** | **Description** | **Default** | **Recommended value** | **Note** | -| :---------------- | :----------------------------------------------------------- | :---------- | :----------------------------------------------------------- | :---------------------------------- | -| MEMORY_SIZE | The total amount of memory that IoTDB DataNode nodes can use | - | Can be filled in as needed, and the system will allocate memory based on the filled in values | Save changes without immediate execution; modifications take effect after service restart. | +| **Configuration** | **Description** | **Default** | **Recommended value** | **Note** | +| :---------------- | :----------------------------------------------------------- |:-----------------------------------------------------------------------------------------| :----------------------------------------------------------- | :---------------------------------- | +| MEMORY_SIZE | The total amount of memory that IoTDB DataNode nodes can use | Automatically calculated based on system memory, defaulting to 50% of the system memory. | Can be filled in as needed, and the system will allocate memory based on the filled in values | Save changes without immediate execution; modifications take effect after service restart. | #### General Configuration diff --git a/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Cluster-Deployment_timecho.md b/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Cluster-Deployment_timecho.md index 57e7299aa..09ef6264d 100644 --- a/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Cluster-Deployment_timecho.md +++ b/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Cluster-Deployment_timecho.md @@ -127,11 +127,17 @@ cd timechodb-{version}-bin Edit the following files for memory allocation: - **ConfigNode**: `./conf/confignode-env.sh` (or `.bat` for Windows) - - **DataNode**: `./conf/datanode-env.sh` (or `.bat` for Windows) | **Parameter** | **Description** | **Default** | **Recommended** | **Notes** | | :------------ | :--------------------------------- | :---------- | :-------------- | :-------------------------------------- | - | MEMORY_SIZE | Total memory allocated to the node | Empty | As needed | Save changes without immediate execution; modifications take effect after service restart. | + | MEMORY_SIZE | Total memory allocated to the node | Automatically calculated based on system memory, defaulting to 30% of the system memory. | As needed | Save changes without immediate execution; modifications take effect after service restart. | + + - **DataNode**: `./conf/datanode-env.sh` (or `.bat` for Windows) + + | **Parameter** | **Description** | **Default** | **Recommended** | **Notes** | + | :------------ | :--------------------------------- |:-----------------------------------------------------------------------------------------| :-------------- | :-------------------------------------- | + | MEMORY_SIZE | Total memory allocated to the node | Automatically calculated based on system memory, defaulting to 50% of the system memory. | As needed | Save changes without immediate execution; modifications take effect after service restart. | + **General Configuration** diff --git a/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md b/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md index 3b2a57451..ea940bc34 100644 --- a/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md +++ b/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md @@ -91,13 +91,13 @@ cd apache-iotdb-{version}-all-bin | **Configuration** | **Description** | **Default** | **Recommended value** | Note | | :---------------: | :----------------------------------------------------------: | :---------: | :----------------------------------------------------------: | :---------------------------------: | -| MEMORY_SIZE | The total amount of memory that IoTDB ConfigNode nodes can use | empty | Can be filled in as needed, and the system will allocate memory based on the filled in values | Save changes without immediate execution; modifications take effect after service restart. | +| MEMORY_SIZE | The total amount of memory that IoTDB ConfigNode nodes can use | Automatically calculated based on system memory, defaulting to 30% of the system memory. | Can be filled in as needed, and the system will allocate memory based on the filled in values | Save changes without immediate execution; modifications take effect after service restart. | - ./conf/datanode-env.sh (./conf/datanode-env.bat) configuration -| **Configuration** | **Description** | **Default** | **Recommended value** | **Note** | -| :---------: | :----------------------------------: | :--------: | :----------------------------------------------: | :----------: | -| MEMORY_SIZE | The total amount of memory that IoTDB DataNode nodes can use | empty | Can be filled in as needed, and the system will allocate memory based on the filled in values | Save changes without immediate execution; modifications take effect after service restart. | +| **Configuration** | **Description** | **Default** | **Recommended value** | **Note** | +| :---------: | :----------------------------------: |:----------------------------------------------------------------------------------------:| :----------------------------------------------: | :----------: | +| MEMORY_SIZE | The total amount of memory that IoTDB DataNode nodes can use | Automatically calculated based on system memory, defaulting to 50% of the system memory. | Can be filled in as needed, and the system will allocate memory based on the filled in values | Save changes without immediate execution; modifications take effect after service restart. | #### System General Configuration diff --git a/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md b/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md index 5d599d774..fe5ef008a 100644 --- a/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md +++ b/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md @@ -96,11 +96,17 @@ cd timechodb-{version}-bin Edit the following files for memory allocation: - **ConfigNode**: `conf/confignode-env.sh` (or `.bat` for Windows) -- **DataNode**: `conf/datanode-env.sh` (or `.bat` for Windows) | **Parameter** | **Description** | **Default** | **Recommended** | **Notes** | | :------------ | :---------------------------------- | :---------- | :-------------- | :---------------------- | -| MEMORY_SIZE | Total memory allocated for the node | Empty | As needed | Save changes without immediate execution; modifications take effect after service restart. | +| MEMORY_SIZE | Total memory allocated for the node | Automatically calculated based on system memory, defaulting to 30% of the system memory. | As needed | Save changes without immediate execution; modifications take effect after service restart. | + +- **DataNode**: `conf/datanode-env.sh` (or `.bat` for Windows) + +| **Parameter** | **Description** | **Default** | **Recommended** | **Notes** | +| :------------ | :---------------------------------- |:-----------------------------------------------------------------------------------------| :-------------- | :---------------------- | +| MEMORY_SIZE | Total memory allocated for the node | Automatically calculated based on system memory, defaulting to 50% of the system memory. | As needed | Save changes without immediate execution; modifications take effect after service restart. | + #### General Configuration diff --git a/src/UserGuide/V1.3.x/Deployment-and-Maintenance/Cluster-Deployment_apache.md b/src/UserGuide/V1.3.x/Deployment-and-Maintenance/Cluster-Deployment_apache.md index cfb08b440..043d4fb45 100644 --- a/src/UserGuide/V1.3.x/Deployment-and-Maintenance/Cluster-Deployment_apache.md +++ b/src/UserGuide/V1.3.x/Deployment-and-Maintenance/Cluster-Deployment_apache.md @@ -121,13 +121,13 @@ cd apache-iotdb-{version}-all-bin | **配置项** | **Description** | **Default** | **Recommended value** | **Note** | | :---------- | :----------------------------------------------------------- | :---------- | :----------------------------------------------------------- | :---------------------------------- | -| MEMORY_SIZE | The total amount of memory that IoTDB ConfigNode nodes can use | - | Can be filled in as needed, and the system will allocate memory based on the filled in values | Save changes without immediate execution; modifications take effect after service restart. | +| MEMORY_SIZE | The total amount of memory that IoTDB ConfigNode nodes can use | Automatically calculated based on system memory, defaulting to 30% of the system memory. | Can be filled in as needed, and the system will allocate memory based on the filled in values | Save changes without immediate execution; modifications take effect after service restart. | - `./conf/datanode-env.sh` configuration -| **Configuration** | **Description** | **Default** | **Recommended value** | **Note** | -| :---------------- | :----------------------------------------------------------- | :---------- | :----------------------------------------------------------- | :---------------------------------- | -| MEMORY_SIZE | The total amount of memory that IoTDB DataNode nodes can use | - | Can be filled in as needed, and the system will allocate memory based on the filled in values | Save changes without immediate execution; modifications take effect after service restart. | +| **Configuration** | **Description** | **Default** | **Recommended value** | **Note** | +| :---------------- | :----------------------------------------------------------- |:-----------------------------------------------------------------------------------------| :----------------------------------------------------------- | :---------------------------------- | +| MEMORY_SIZE | The total amount of memory that IoTDB DataNode nodes can use | Automatically calculated based on system memory, defaulting to 50% of the system memory. | Can be filled in as needed, and the system will allocate memory based on the filled in values | Save changes without immediate execution; modifications take effect after service restart. | #### General Configuration diff --git a/src/UserGuide/V1.3.x/Deployment-and-Maintenance/Cluster-Deployment_timecho.md b/src/UserGuide/V1.3.x/Deployment-and-Maintenance/Cluster-Deployment_timecho.md index 1baf45811..fb039eae1 100644 --- a/src/UserGuide/V1.3.x/Deployment-and-Maintenance/Cluster-Deployment_timecho.md +++ b/src/UserGuide/V1.3.x/Deployment-and-Maintenance/Cluster-Deployment_timecho.md @@ -118,13 +118,13 @@ cd iotdb-enterprise-{version}-bin | **Configuration** | **Description** | **Default** | **Recommended value** | **Note** | | :---------------- | :----------------------------------------------------------- | :---------- | :----------------------------------------------------------- | :---------------------------------- | - | MEMORY_SIZE | The total amount of memory that IoTDB ConfigNode nodes can use | - | Can be filled in as needed, and the system will allocate memory based on the filled in values | Save changes without immediate execution; modifications take effect after service restart. | + | MEMORY_SIZE | The total amount of memory that IoTDB ConfigNode nodes can use | Automatically calculated based on system memory, defaulting to 30% of the system memory. | Can be filled in as needed, and the system will allocate memory based on the filled in values | Save changes without immediate execution; modifications take effect after service restart. | - `./conf/datanode-env.sh` configuration - | **Configuration** | **Description** | **Default** | **Recommended value** | **Note** | - | :---------------- | :----------------------------------------------------------- | :---------- | :----------------------------------------------------------- | :---------------------------------- | - | MEMORY_SIZE | The total amount of memory that IoTDB DataNode nodes can use | - | Can be filled in as needed, and the system will allocate memory based on the filled in values | Save changes without immediate execution; modifications take effect after service restart. | + | **Configuration** | **Description** | **Default** | **Recommended value** | **Note** | + | :---------------- | :----------------------------------------------------------- |:-----------------------------------------------------------------------------------------| :----------------------------------------------------------- | :---------------------------------- | + | MEMORY_SIZE | The total amount of memory that IoTDB DataNode nodes can use | Automatically calculated based on system memory, defaulting to 50% of the system memory. | Can be filled in as needed, and the system will allocate memory based on the filled in values | Save changes without immediate execution; modifications take effect after service restart. | #### General Configuration diff --git a/src/UserGuide/V1.3.x/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md b/src/UserGuide/V1.3.x/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md index bf0e2325a..eadc227f7 100644 --- a/src/UserGuide/V1.3.x/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md +++ b/src/UserGuide/V1.3.x/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md @@ -91,13 +91,13 @@ cd apache-iotdb-{version}-all-bin | **Configuration** | **Description** | **Default** | **Recommended value** | Note | | :---------------: | :----------------------------------------------------------: | :---------: | :----------------------------------------------------------: | :---------------------------------: | -| MEMORY_SIZE | The total amount of memory that IoTDB ConfigNode nodes can use | empty | Can be filled in as needed, and the system will allocate memory based on the filled in values | Save changes without immediate execution; modifications take effect after service restart. | +| MEMORY_SIZE | The total amount of memory that IoTDB ConfigNode nodes can use | Automatically calculated based on system memory, defaulting to 30% of the system memory. | Can be filled in as needed, and the system will allocate memory based on the filled in values | Save changes without immediate execution; modifications take effect after service restart. | - ./conf/datanode-env.sh (./conf/datanode-env.bat) configuration -| **Configuration** | **Description** | **Default** | **Recommended value** | **Note** | -| :---------: | :----------------------------------: | :--------: | :----------------------------------------------: | :----------: | -| MEMORY_SIZE | The total amount of memory that IoTDB DataNode nodes can use | empty | Can be filled in as needed, and the system will allocate memory based on the filled in values | Save changes without immediate execution; modifications take effect after service restart. | +| **Configuration** | **Description** | **Default** | **Recommended value** | **Note** | +| :---------: | :----------------------------------: |:----------------------------------------------------------------------------------------:| :----------------------------------------------: | :----------: | +| MEMORY_SIZE | The total amount of memory that IoTDB DataNode nodes can use | Automatically calculated based on system memory, defaulting to 50% of the system memory. | Can be filled in as needed, and the system will allocate memory based on the filled in values | Save changes without immediate execution; modifications take effect after service restart. | #### System General Configuration diff --git a/src/UserGuide/V1.3.x/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md b/src/UserGuide/V1.3.x/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md index d3a100130..25fe15c59 100644 --- a/src/UserGuide/V1.3.x/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md +++ b/src/UserGuide/V1.3.x/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md @@ -92,13 +92,13 @@ cd iotdb-enterprise-{version}-bin | **Configuration** | **Description** | **Default** | **Recommended value** | Note | | :---------------: | :----------------------------------------------------------: | :---------: | :----------------------------------------------------------: | :---------------------------------: | -| MEMORY_SIZE | The total amount of memory that IoTDB ConfigNode nodes can use | empty | Can be filled in as needed, and the system will allocate memory based on the filled in values | Save changes without immediate execution; modifications take effect after service restart. | +| MEMORY_SIZE | The total amount of memory that IoTDB ConfigNode nodes can use | Automatically calculated based on system memory, defaulting to 30% of the system memory. | Can be filled in as needed, and the system will allocate memory based on the filled in values | Save changes without immediate execution; modifications take effect after service restart. | - ./conf/datanode-env.sh (./conf/datanode-env.bat) configuration -| **Configuration** | **Description** | **Default** | **Recommended value** | **Note** | -| :---------: | :----------------------------------: | :--------: | :----------------------------------------------: | :----------: | -| MEMORY_SIZE | The total amount of memory that IoTDB DataNode nodes can use | empty | Can be filled in as needed, and the system will allocate memory based on the filled in values | Save changes without immediate execution; modifications take effect after service restart. | +| **Configuration** | **Description** | **Default** | **Recommended value** | **Note** | +| :---------: | :----------------------------------: |:----------------------------------------------------------------------------------------:| :----------------------------------------------: | :----------: | +| MEMORY_SIZE | The total amount of memory that IoTDB DataNode nodes can use | Automatically calculated based on system memory, defaulting to 50% of the system memory. | Can be filled in as needed, and the system will allocate memory based on the filled in values | Save changes without immediate execution; modifications take effect after service restart. | #### System General Configuration diff --git a/src/UserGuide/dev-1.3/Deployment-and-Maintenance/Cluster-Deployment_apache.md b/src/UserGuide/dev-1.3/Deployment-and-Maintenance/Cluster-Deployment_apache.md index 54d3b6b1a..1a9bcace9 100644 --- a/src/UserGuide/dev-1.3/Deployment-and-Maintenance/Cluster-Deployment_apache.md +++ b/src/UserGuide/dev-1.3/Deployment-and-Maintenance/Cluster-Deployment_apache.md @@ -124,13 +124,13 @@ cd apache-iotdb-{version}-all-bin | **配置项** | **Description** | **Default** | **Recommended value** | **Note** | | :---------- | :----------------------------------------------------------- | :---------- | :----------------------------------------------------------- | :---------------------------------- | -| MEMORY_SIZE | The total amount of memory that IoTDB ConfigNode nodes can use | - | Can be filled in as needed, and the system will allocate memory based on the filled in values | Save changes without immediate execution; modifications take effect after service restart. | +| MEMORY_SIZE | The total amount of memory that IoTDB ConfigNode nodes can use | Automatically calculated based on system memory, defaulting to 30% of the system memory. | Can be filled in as needed, and the system will allocate memory based on the filled in values | Save changes without immediate execution; modifications take effect after service restart. | - `./conf/datanode-env.sh` configuration -| **Configuration** | **Description** | **Default** | **Recommended value** | **Note** | -| :---------------- | :----------------------------------------------------------- | :---------- | :----------------------------------------------------------- | :---------------------------------- | -| MEMORY_SIZE | The total amount of memory that IoTDB DataNode nodes can use | - | Can be filled in as needed, and the system will allocate memory based on the filled in values | Save changes without immediate execution; modifications take effect after service restart. | +| **Configuration** | **Description** | **Default** | **Recommended value** | **Note** | +| :---------------- | :----------------------------------------------------------- |:-----------------------------------------------------------------------------------------| :----------------------------------------------------------- | :---------------------------------- | +| MEMORY_SIZE | The total amount of memory that IoTDB DataNode nodes can use | Automatically calculated based on system memory, defaulting to 50% of the system memory. | Can be filled in as needed, and the system will allocate memory based on the filled in values | Save changes without immediate execution; modifications take effect after service restart. | #### General Configuration diff --git a/src/UserGuide/dev-1.3/Deployment-and-Maintenance/Cluster-Deployment_timecho.md b/src/UserGuide/dev-1.3/Deployment-and-Maintenance/Cluster-Deployment_timecho.md index aad701863..21a284770 100644 --- a/src/UserGuide/dev-1.3/Deployment-and-Maintenance/Cluster-Deployment_timecho.md +++ b/src/UserGuide/dev-1.3/Deployment-and-Maintenance/Cluster-Deployment_timecho.md @@ -119,13 +119,13 @@ cd iotdb-enterprise-{version}-bin | **Configuration** | **Description** | **Default** | **Recommended value** | **Note** | | :---------------- | :----------------------------------------------------------- | :---------- | :----------------------------------------------------------- | :---------------------------------- | - | MEMORY_SIZE | The total amount of memory that IoTDB ConfigNode nodes can use | - | Can be filled in as needed, and the system will allocate memory based on the filled in values | Save changes without immediate execution; modifications take effect after service restart. | + | MEMORY_SIZE | The total amount of memory that IoTDB ConfigNode nodes can use | Automatically calculated based on system memory, defaulting to 30% of the system memory. | Can be filled in as needed, and the system will allocate memory based on the filled in values | Save changes without immediate execution; modifications take effect after service restart. | - `./conf/datanode-env.sh` configuration - | **Configuration** | **Description** | **Default** | **Recommended value** | **Note** | - | :---------------- | :----------------------------------------------------------- | :---------- | :----------------------------------------------------------- | :---------------------------------- | - | MEMORY_SIZE | The total amount of memory that IoTDB DataNode nodes can use | - | Can be filled in as needed, and the system will allocate memory based on the filled in values | Save changes without immediate execution; modifications take effect after service restart. | + | **Configuration** | **Description** | **Default** | **Recommended value** | **Note** | + | :---------------- | :----------------------------------------------------------- |:-----------------------------------------------------------------------------------------| :----------------------------------------------------------- | :---------------------------------- | + | MEMORY_SIZE | The total amount of memory that IoTDB DataNode nodes can use | Automatically calculated based on system memory, defaulting to 50% of the system memory. | Can be filled in as needed, and the system will allocate memory based on the filled in values | Save changes without immediate execution; modifications take effect after service restart. | #### General Configuration diff --git a/src/UserGuide/dev-1.3/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md b/src/UserGuide/dev-1.3/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md index 2123e363d..a939b12a4 100644 --- a/src/UserGuide/dev-1.3/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md +++ b/src/UserGuide/dev-1.3/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md @@ -95,13 +95,13 @@ cd apache-iotdb-{version}-all-bin | **Configuration** | **Description** | **Default** | **Recommended value** | Note | | :---------------: | :----------------------------------------------------------: | :---------: | :----------------------------------------------------------: | :---------------------------------: | -| MEMORY_SIZE | The total amount of memory that IoTDB ConfigNode nodes can use | empty | Can be filled in as needed, and the system will allocate memory based on the filled in values | Save changes without immediate execution; modifications take effect after service restart. | +| MEMORY_SIZE | The total amount of memory that IoTDB ConfigNode nodes can use | Automatically calculated based on system memory, defaulting to 30% of the system memory. | Can be filled in as needed, and the system will allocate memory based on the filled in values | Save changes without immediate execution; modifications take effect after service restart. | - ./conf/datanode-env.sh (./conf/datanode-env.bat) configuration -| **Configuration** | **Description** | **Default** | **Recommended value** | **Note** | -| :---------: | :----------------------------------: | :--------: | :----------------------------------------------: | :----------: | -| MEMORY_SIZE | The total amount of memory that IoTDB DataNode nodes can use | empty | Can be filled in as needed, and the system will allocate memory based on the filled in values | Save changes without immediate execution; modifications take effect after service restart. | +| **Configuration** | **Description** | **Default** | **Recommended value** | **Note** | +| :---------: | :----------------------------------: |:----------------------------------------------------------------------------------------:| :----------------------------------------------: | :----------: | +| MEMORY_SIZE | The total amount of memory that IoTDB DataNode nodes can use | Automatically calculated based on system memory, defaulting to 50% of the system memory. | Can be filled in as needed, and the system will allocate memory based on the filled in values | Save changes without immediate execution; modifications take effect after service restart. | #### System General Configuration diff --git a/src/UserGuide/dev-1.3/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md b/src/UserGuide/dev-1.3/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md index 6e0525ac4..b6a8f2d4b 100644 --- a/src/UserGuide/dev-1.3/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md +++ b/src/UserGuide/dev-1.3/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md @@ -93,13 +93,13 @@ cd iotdb-enterprise-{version}-bin | **Configuration** | **Description** | **Default** | **Recommended value** | Note | | :---------------: | :----------------------------------------------------------: | :---------: | :----------------------------------------------------------: | :---------------------------------: | -| MEMORY_SIZE | The total amount of memory that IoTDB ConfigNode nodes can use | empty | Can be filled in as needed, and the system will allocate memory based on the filled in values | Save changes without immediate execution; modifications take effect after service restart. | +| MEMORY_SIZE | The total amount of memory that IoTDB ConfigNode nodes can use | Automatically calculated based on system memory, defaulting to 30% of the system memory. | Can be filled in as needed, and the system will allocate memory based on the filled in values | Save changes without immediate execution; modifications take effect after service restart. | - ./conf/datanode-env.sh (./conf/datanode-env.bat) configuration -| **Configuration** | **Description** | **Default** | **Recommended value** | **Note** | -| :---------: | :----------------------------------: | :--------: | :----------------------------------------------: | :----------: | -| MEMORY_SIZE | The total amount of memory that IoTDB DataNode nodes can use | empty | Can be filled in as needed, and the system will allocate memory based on the filled in values | Save changes without immediate execution; modifications take effect after service restart. | +| **Configuration** | **Description** | **Default** | **Recommended value** | **Note** | +| :---------: | :----------------------------------: |:----------------------------------------------------------------------------------------:| :----------------------------------------------: | :----------: | +| MEMORY_SIZE | The total amount of memory that IoTDB DataNode nodes can use | Automatically calculated based on system memory, defaulting to 50% of the system memory. | Can be filled in as needed, and the system will allocate memory based on the filled in values | Save changes without immediate execution; modifications take effect after service restart. | #### System General Configuration diff --git a/src/UserGuide/latest-Table/Deployment-and-Maintenance/Cluster-Deployment_apache.md b/src/UserGuide/latest-Table/Deployment-and-Maintenance/Cluster-Deployment_apache.md index 30bab464a..90c591dc3 100644 --- a/src/UserGuide/latest-Table/Deployment-and-Maintenance/Cluster-Deployment_apache.md +++ b/src/UserGuide/latest-Table/Deployment-and-Maintenance/Cluster-Deployment_apache.md @@ -125,11 +125,18 @@ cd apache-iotdb-{version}-all-bin Edit the following files for memory allocation: - **ConfigNode**: `./conf/confignode-env.sh` (or `.bat` for Windows) -- **DataNode**: `./conf/datanode-env.sh` (or `.bat` for Windows) | **Parameter** | **Description** | **Default** | **Recommended** | **Notes** | | :------------ | :--------------------------------- | :---------- | :-------------- | :-------------------------------------- | -| MEMORY_SIZE | Total memory allocated to the node | Empty | As needed | Save changes without immediate execution; modifications take effect after service restart. | +| MEMORY_SIZE | Total memory allocated to the node | Automatically calculated based on system memory, defaulting to 30% of the system memory. | As needed | Save changes without immediate execution; modifications take effect after service restart. | + + +- **DataNode**: `./conf/datanode-env.sh` (or `.bat` for Windows) + +| **Parameter** | **Description** | **Default** | **Recommended** | **Notes** | +| :------------ | :--------------------------------- |:-----------------------------------------------------------------------------------------| :-------------- | :-------------------------------------- | +| MEMORY_SIZE | Total memory allocated to the node | Automatically calculated based on system memory, defaulting to 50% of the system memory. | As needed | Save changes without immediate execution; modifications take effect after service restart. | + #### 3.3.2 General Configuration diff --git a/src/UserGuide/latest-Table/Deployment-and-Maintenance/Cluster-Deployment_timecho.md b/src/UserGuide/latest-Table/Deployment-and-Maintenance/Cluster-Deployment_timecho.md index 336240df4..e65a006d7 100644 --- a/src/UserGuide/latest-Table/Deployment-and-Maintenance/Cluster-Deployment_timecho.md +++ b/src/UserGuide/latest-Table/Deployment-and-Maintenance/Cluster-Deployment_timecho.md @@ -125,11 +125,18 @@ cd timechodb-{version}-bin Edit the following files for memory allocation: - **ConfigNode**: `./conf/confignode-env.sh` (or `.bat` for Windows) -- **DataNode**: `./conf/datanode-env.sh` (or `.bat` for Windows) | **Parameter** | **Description** | **Default** | **Recommended** | **Notes** | | :------------ | :--------------------------------- | :---------- | :-------------- | :-------------------------------------- | -| MEMORY_SIZE | Total memory allocated to the node | Empty | As needed | Save changes without immediate execution; modifications take effect after service restart. | +| MEMORY_SIZE | Total memory allocated to the node | Automatically calculated based on system memory, defaulting to 30% of the system memory. | As needed | Save changes without immediate execution; modifications take effect after service restart. | + + +- **DataNode**: `./conf/datanode-env.sh` (or `.bat` for Windows) + +| **Parameter** | **Description** | **Default** | **Recommended** | **Notes** | +| :------------ | :--------------------------------- |:-----------------------------------------------------------------------------------------| :-------------- | :-------------------------------------- | +| MEMORY_SIZE | Total memory allocated to the node | Automatically calculated based on system memory, defaulting to 50% of the system memory. | As needed | Save changes without immediate execution; modifications take effect after service restart. | + #### 3.3.2 General Configuration diff --git a/src/UserGuide/latest-Table/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md b/src/UserGuide/latest-Table/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md index a3df77c4f..08d42beba 100644 --- a/src/UserGuide/latest-Table/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md +++ b/src/UserGuide/latest-Table/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md @@ -97,12 +97,19 @@ cd apache-iotdb-{version}-all-bin Edit the following files for memory allocation: -- **ConfigNode**: `conf/confignode-env.sh` (or `.bat` for Windows) -- **DataNode**: `conf/datanode-env.sh` (or `.bat` for Windows) +- **ConfigNode**: `./conf/confignode-env.sh` (or `.bat` for Windows) + +| **Parameter** | **Description** | **Default** | **Recommended** | **Notes** | +| :------------ | :--------------------------------- | :---------- | :-------------- | :-------------------------------------- | +| MEMORY_SIZE | Total memory allocated to the node | Automatically calculated based on system memory, defaulting to 30% of the system memory. | As needed | Save changes without immediate execution; modifications take effect after service restart. | + + +- **DataNode**: `./conf/datanode-env.sh` (or `.bat` for Windows) + +| **Parameter** | **Description** | **Default** | **Recommended** | **Notes** | +| :------------ | :--------------------------------- |:-----------------------------------------------------------------------------------------| :-------------- | :-------------------------------------- | +| MEMORY_SIZE | Total memory allocated to the node | Automatically calculated based on system memory, defaulting to 50% of the system memory. | As needed | Save changes without immediate execution; modifications take effect after service restart. | -| **Parameter** | **Description** | **Default** | **Recommended** | **Notes** | -| :------------ | :---------------------------------- | :---------- | :-------------- | :---------------------- | -| MEMORY_SIZE | Total memory allocated for the node | Empty | As needed | Save changes without immediate execution; modifications take effect after service restart. | #### 2.3.2 General Configuration diff --git a/src/UserGuide/latest-Table/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md b/src/UserGuide/latest-Table/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md index ff19539ad..5d0221f03 100644 --- a/src/UserGuide/latest-Table/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md +++ b/src/UserGuide/latest-Table/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md @@ -95,12 +95,19 @@ cd timechodb-{version}-bin Edit the following files for memory allocation: -- **ConfigNode**: `conf/confignode-env.sh` (or `.bat` for Windows) -- **DataNode**: `conf/datanode-env.sh` (or `.bat` for Windows) +- **ConfigNode**: `./conf/confignode-env.sh` (or `.bat` for Windows) + +| **Parameter** | **Description** | **Default** | **Recommended** | **Notes** | +| :------------ | :--------------------------------- | :---------- | :-------------- | :-------------------------------------- | +| MEMORY_SIZE | Total memory allocated to the node | Automatically calculated based on system memory, defaulting to 30% of the system memory. | As needed | Save changes without immediate execution; modifications take effect after service restart. | + + +- **DataNode**: `./conf/datanode-env.sh` (or `.bat` for Windows) + +| **Parameter** | **Description** | **Default** | **Recommended** | **Notes** | +| :------------ | :--------------------------------- |:-----------------------------------------------------------------------------------------| :-------------- | :-------------------------------------- | +| MEMORY_SIZE | Total memory allocated to the node | Automatically calculated based on system memory, defaulting to 50% of the system memory. | As needed | Save changes without immediate execution; modifications take effect after service restart. | -| **Parameter** | **Description** | **Default** | **Recommended** | **Notes** | -| :------------ | :---------------------------------- | :---------- | :-------------- | :---------------------- | -| MEMORY_SIZE | Total memory allocated for the node | Empty | As needed | Save changes without immediate execution; modifications take effect after service restart. | #### 2.3.2 General Configuration diff --git a/src/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_apache.md b/src/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_apache.md index c0f32735c..c0aec00f3 100644 --- a/src/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_apache.md +++ b/src/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_apache.md @@ -122,13 +122,13 @@ cd apache-iotdb-{version}-all-bin | **配置项** | **Description** | **Default** | **Recommended value** | **Note** | | :---------- | :----------------------------------------------------------- | :---------- | :----------------------------------------------------------- | :---------------------------------- | -| MEMORY_SIZE | The total amount of memory that IoTDB ConfigNode nodes can use | - | Can be filled in as needed, and the system will allocate memory based on the filled in values | Save changes without immediate execution; modifications take effect after service restart. | +| MEMORY_SIZE | The total amount of memory that IoTDB ConfigNode nodes can use | Automatically calculated based on system memory, defaulting to 30% of the system memory. | Can be filled in as needed, and the system will allocate memory based on the filled in values | Save changes without immediate execution; modifications take effect after service restart. | - `./conf/datanode-env.sh` configuration -| **Configuration** | **Description** | **Default** | **Recommended value** | **Note** | -| :---------------- | :----------------------------------------------------------- | :---------- | :----------------------------------------------------------- | :---------------------------------- | -| MEMORY_SIZE | The total amount of memory that IoTDB DataNode nodes can use | - | Can be filled in as needed, and the system will allocate memory based on the filled in values | Save changes without immediate execution; modifications take effect after service restart. | +| **Configuration** | **Description** | **Default** | **Recommended value** | **Note** | +| :---------------- | :----------------------------------------------------------- |:-----------------------------------------------------------------------------------------| :----------------------------------------------------------- | :---------------------------------- | +| MEMORY_SIZE | The total amount of memory that IoTDB DataNode nodes can use | Automatically calculated based on system memory, defaulting to 50% of the system memory. | Can be filled in as needed, and the system will allocate memory based on the filled in values | Save changes without immediate execution; modifications take effect after service restart. | #### General Configuration diff --git a/src/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_timecho.md b/src/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_timecho.md index 57e7299aa..09ef6264d 100644 --- a/src/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_timecho.md +++ b/src/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_timecho.md @@ -127,11 +127,17 @@ cd timechodb-{version}-bin Edit the following files for memory allocation: - **ConfigNode**: `./conf/confignode-env.sh` (or `.bat` for Windows) - - **DataNode**: `./conf/datanode-env.sh` (or `.bat` for Windows) | **Parameter** | **Description** | **Default** | **Recommended** | **Notes** | | :------------ | :--------------------------------- | :---------- | :-------------- | :-------------------------------------- | - | MEMORY_SIZE | Total memory allocated to the node | Empty | As needed | Save changes without immediate execution; modifications take effect after service restart. | + | MEMORY_SIZE | Total memory allocated to the node | Automatically calculated based on system memory, defaulting to 30% of the system memory. | As needed | Save changes without immediate execution; modifications take effect after service restart. | + + - **DataNode**: `./conf/datanode-env.sh` (or `.bat` for Windows) + + | **Parameter** | **Description** | **Default** | **Recommended** | **Notes** | + | :------------ | :--------------------------------- |:-----------------------------------------------------------------------------------------| :-------------- | :-------------------------------------- | + | MEMORY_SIZE | Total memory allocated to the node | Automatically calculated based on system memory, defaulting to 50% of the system memory. | As needed | Save changes without immediate execution; modifications take effect after service restart. | + **General Configuration** diff --git a/src/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md b/src/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md index 3b2a57451..ea940bc34 100644 --- a/src/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md +++ b/src/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md @@ -91,13 +91,13 @@ cd apache-iotdb-{version}-all-bin | **Configuration** | **Description** | **Default** | **Recommended value** | Note | | :---------------: | :----------------------------------------------------------: | :---------: | :----------------------------------------------------------: | :---------------------------------: | -| MEMORY_SIZE | The total amount of memory that IoTDB ConfigNode nodes can use | empty | Can be filled in as needed, and the system will allocate memory based on the filled in values | Save changes without immediate execution; modifications take effect after service restart. | +| MEMORY_SIZE | The total amount of memory that IoTDB ConfigNode nodes can use | Automatically calculated based on system memory, defaulting to 30% of the system memory. | Can be filled in as needed, and the system will allocate memory based on the filled in values | Save changes without immediate execution; modifications take effect after service restart. | - ./conf/datanode-env.sh (./conf/datanode-env.bat) configuration -| **Configuration** | **Description** | **Default** | **Recommended value** | **Note** | -| :---------: | :----------------------------------: | :--------: | :----------------------------------------------: | :----------: | -| MEMORY_SIZE | The total amount of memory that IoTDB DataNode nodes can use | empty | Can be filled in as needed, and the system will allocate memory based on the filled in values | Save changes without immediate execution; modifications take effect after service restart. | +| **Configuration** | **Description** | **Default** | **Recommended value** | **Note** | +| :---------: | :----------------------------------: |:----------------------------------------------------------------------------------------:| :----------------------------------------------: | :----------: | +| MEMORY_SIZE | The total amount of memory that IoTDB DataNode nodes can use | Automatically calculated based on system memory, defaulting to 50% of the system memory. | Can be filled in as needed, and the system will allocate memory based on the filled in values | Save changes without immediate execution; modifications take effect after service restart. | #### System General Configuration diff --git a/src/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md b/src/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md index 5d599d774..fe5ef008a 100644 --- a/src/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md +++ b/src/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md @@ -96,11 +96,17 @@ cd timechodb-{version}-bin Edit the following files for memory allocation: - **ConfigNode**: `conf/confignode-env.sh` (or `.bat` for Windows) -- **DataNode**: `conf/datanode-env.sh` (or `.bat` for Windows) | **Parameter** | **Description** | **Default** | **Recommended** | **Notes** | | :------------ | :---------------------------------- | :---------- | :-------------- | :---------------------- | -| MEMORY_SIZE | Total memory allocated for the node | Empty | As needed | Save changes without immediate execution; modifications take effect after service restart. | +| MEMORY_SIZE | Total memory allocated for the node | Automatically calculated based on system memory, defaulting to 30% of the system memory. | As needed | Save changes without immediate execution; modifications take effect after service restart. | + +- **DataNode**: `conf/datanode-env.sh` (or `.bat` for Windows) + +| **Parameter** | **Description** | **Default** | **Recommended** | **Notes** | +| :------------ | :---------------------------------- |:-----------------------------------------------------------------------------------------| :-------------- | :---------------------- | +| MEMORY_SIZE | Total memory allocated for the node | Automatically calculated based on system memory, defaulting to 50% of the system memory. | As needed | Save changes without immediate execution; modifications take effect after service restart. | + #### General Configuration diff --git a/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/Cluster-Deployment_apache.md b/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/Cluster-Deployment_apache.md index 27645d699..f13164d61 100644 --- a/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/Cluster-Deployment_apache.md +++ b/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/Cluster-Deployment_apache.md @@ -123,13 +123,13 @@ cd apache-iotdb-{version}-all-bin | **配置项** | **说明** | **默认值** | **推荐值** | 备注 | | :---------- | :------------------------------------- | :--------- | :----------------------------------------------- | :----------- | -| MEMORY_SIZE | IoTDB ConfigNode节点可以使用的内存总量 | 空 | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | +| MEMORY_SIZE | IoTDB ConfigNode节点可以使用的内存总量 | 根据系统内存自动计算,默认为系统内存的30% | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | - ./conf/datanode-env.sh配置 -| **配置项** | **说明** | **默认值** | **推荐值** | 备注 | -| :---------- | :----------------------------------- | :--------- | :----------------------------------------------- | :----------- | -| MEMORY_SIZE | IoTDB DataNode节点可以使用的内存总量 | 空 | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | +| **配置项** | **说明** | **默认值** | **推荐值** | 备注 | +| :---------- | :----------------------------------- |:-----------------------| :----------------------------------------------- | :----------- | +| MEMORY_SIZE | IoTDB DataNode节点可以使用的内存总量 | 根据系统内存自动计算,默认为系统内存的50% | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | #### 3.2.2 通用配置(./conf/iotdb-system.properties) diff --git a/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/Cluster-Deployment_timecho.md b/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/Cluster-Deployment_timecho.md index 1650911e8..52ce1ad82 100644 --- a/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/Cluster-Deployment_timecho.md +++ b/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/Cluster-Deployment_timecho.md @@ -124,13 +124,13 @@ cd timechodb-{version}-bin | **配置项** | **说明** | **默认值** | **推荐值** | 备注 | | :---------- | :------------------------------------- | :--------- | :----------------------------------------------- | :----------- | -| MEMORY_SIZE | IoTDB ConfigNode节点可以使用的内存总量 | 空 | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | +| MEMORY_SIZE | IoTDB ConfigNode节点可以使用的内存总量 | 根据系统内存自动计算,默认为系统内存的30% | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | - ./conf/datanode-env.sh配置 -| **配置项** | **说明** | **默认值** | **推荐值** | 备注 | -| :---------- | :----------------------------------- | :--------- | :----------------------------------------------- | :----------- | -| MEMORY_SIZE | IoTDB DataNode节点可以使用的内存总量 | 空 | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | +| **配置项** | **说明** | **默认值** | **推荐值** | 备注 | +| :---------- | :----------------------------------- |:-----------------------| :----------------------------------------------- | :----------- | +| MEMORY_SIZE | IoTDB DataNode节点可以使用的内存总量 | 根据系统内存自动计算,默认为系统内存的50% | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | #### 3.2.2 通用配置(./conf/iotdb-system.properties) diff --git a/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md b/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md index f1824829d..786ba6216 100644 --- a/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md +++ b/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md @@ -88,13 +88,13 @@ cd apache-iotdb-{version}-all-bin | **配置项** | **说明** | **默认值** | **推荐值** | 备注 | | :---------- | :------------------------------------- | :--------- | :----------------------------------------------- | :----------- | -| MEMORY_SIZE | IoTDB ConfigNode节点可以使用的内存总量 | 空 | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | +| MEMORY_SIZE | IoTDB ConfigNode节点可以使用的内存总量 | 根据系统内存自动计算,默认为系统内存的30% | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | - conf/datanode-env.sh(或 .bat) -| **配置项** | **说明** | **默认值** | **推荐值** | 备注 | -| :---------- | :----------------------------------- | :--------- | :----------------------------------------------- | :----------- | -| MEMORY_SIZE | IoTDB DataNode节点可以使用的内存总量 | 空 | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | +| **配置项** | **说明** | **默认值** | **推荐值** | 备注 | +| :---------- | :----------------------------------- |:-----------------------| :----------------------------------------------- | :----------- | +| MEMORY_SIZE | IoTDB DataNode节点可以使用的内存总量 | 根据系统内存自动计算,默认为系统内存的50% | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | #### 2.3.2 功能配置 diff --git a/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md b/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md index dbd00da67..c460f4012 100644 --- a/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md +++ b/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md @@ -89,13 +89,13 @@ cd timechodb-{version}-bin | **配置项** | **说明** | **默认值** | **推荐值** | 备注 | | :---------- | :------------------------------------- | :--------- | :----------------------------------------------- | :----------- | -| MEMORY_SIZE | IoTDB ConfigNode节点可以使用的内存总量 | 空 | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | +| MEMORY_SIZE | IoTDB ConfigNode节点可以使用的内存总量 | 根据系统内存自动计算,默认为系统内存的30% | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | - conf/datanode-env.sh(或 .bat) -| **配置项** | **说明** | **默认值** | **推荐值** | 备注 | -| :---------- | :----------------------------------- | :--------- | :----------------------------------------------- | :----------- | -| MEMORY_SIZE | IoTDB DataNode节点可以使用的内存总量 | 空 | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | +| **配置项** | **说明** | **默认值** | **推荐值** | 备注 | +| :---------- | :----------------------------------- |:-----------------------| :----------------------------------------------- | :----------- | +| MEMORY_SIZE | IoTDB DataNode节点可以使用的内存总量 | 根据系统内存自动计算,默认为系统内存的50% | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | #### 2.3.2 功能配置 diff --git a/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Cluster-Deployment_apache.md b/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Cluster-Deployment_apache.md index a78fb5485..27500e885 100644 --- a/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Cluster-Deployment_apache.md +++ b/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Cluster-Deployment_apache.md @@ -118,13 +118,13 @@ cd apache-iotdb-{version}-all-bin | **配置项** | **说明** | **默认值** | **推荐值** | 备注 | | :---------- | :------------------------------------- | :--------- | :----------------------------------------------- | :----------- | - | MEMORY_SIZE | IoTDB ConfigNode节点可以使用的内存总量 | 空 | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | + | MEMORY_SIZE | IoTDB ConfigNode节点可以使用的内存总量 | 根据系统内存自动计算,默认为系统内存的30% | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | - `./conf/datanode-env.sh` 配置 - | **配置项** | **说明** | **默认值** | **推荐值** | 备注 | - | :---------- | :----------------------------------- | :--------- | :----------------------------------------------- | :----------- | - | MEMORY_SIZE | IoTDB DataNode节点可以使用的内存总量 | 空 | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | + | **配置项** | **说明** | **默认值** | **推荐值** | 备注 | + | :---------- | :----------------------------------- |:-----------------------| :----------------------------------------------- | :----------- | + | MEMORY_SIZE | IoTDB DataNode节点可以使用的内存总量 | 根据系统内存自动计算,默认为系统内存的50% | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | #### 通用配置 diff --git a/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Cluster-Deployment_timecho.md b/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Cluster-Deployment_timecho.md index 7f38e30fc..35a483337 100644 --- a/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Cluster-Deployment_timecho.md +++ b/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Cluster-Deployment_timecho.md @@ -119,13 +119,13 @@ cd iotdb-enterprise-{version}-bin | **配置项** | **说明** | **默认值** | **推荐值** | 备注 | | :---------- | :------------------------------------- | :--------- | :----------------------------------------------- | :----------- | - | MEMORY_SIZE | IoTDB ConfigNode节点可以使用的内存总量 | 空 | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | + | MEMORY_SIZE | IoTDB ConfigNode节点可以使用的内存总量 | 根据系统内存自动计算,默认为系统内存的30% | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | - `./conf/datanode-env.sh`配置 - | **配置项** | **说明** | **默认值** | **推荐值** | 备注 | - | :---------- | :----------------------------------- | :--------- | :----------------------------------------------- | :----------- | - | MEMORY_SIZE | IoTDB DataNode节点可以使用的内存总量 | 空 | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | + | **配置项** | **说明** | **默认值** | **推荐值** | 备注 | + | :---------- | :----------------------------------- |:-----------------------| :----------------------------------------------- | :----------- | + | MEMORY_SIZE | IoTDB DataNode节点可以使用的内存总量 | 根据系统内存自动计算,默认为系统内存的50% | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | #### 通用配置 diff --git a/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md b/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md index ddabd67e2..4b51009ff 100644 --- a/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md +++ b/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md @@ -88,13 +88,13 @@ cd apache-iotdb-{version}-all-bin | **配置项** | **说明** | **默认值** | **推荐值** | 备注 | | ----------- | :------------------------------------: | :--------: | :----------------------------------------------: | :----------: | -| MEMORY_SIZE | IoTDB ConfigNode节点可以使用的内存总量 | 空 | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | +| MEMORY_SIZE | IoTDB ConfigNode节点可以使用的内存总量 | 根据系统内存自动计算,默认为系统内存的30% | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | - ./conf/datanode-env.sh(./conf/datanode-env.bat)配置 -| **配置项** | **说明** | **默认值** | **推荐值** | 备注 | -| :---------: | :----------------------------------: | :--------: | :----------------------------------------------: | :----------: | -| MEMORY_SIZE | IoTDB DataNode节点可以使用的内存总量 | 空 | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | +| **配置项** | **说明** | **默认值** | **推荐值** | 备注 | +| :---------: | :----------------------------------: |:----------------------:| :----------------------------------------------: | :----------: | +| MEMORY_SIZE | IoTDB DataNode节点可以使用的内存总量 | 根据系统内存自动计算,默认为系统内存的50% | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | #### 系统通用配置 diff --git a/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md b/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md index 709b38c18..e27aed49d 100644 --- a/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md +++ b/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md @@ -92,13 +92,13 @@ cd iotdb-enterprise-{version}-bin | **配置项** | **说明** | **默认值** | **推荐值** | 备注 | | :---------: | :------------------------------------: | :--------: | :----------------------------------------------: | :----------: | -| MEMORY_SIZE | IoTDB ConfigNode节点可以使用的内存总量 | 空 | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | +| MEMORY_SIZE | IoTDB ConfigNode节点可以使用的内存总量 | 根据系统内存自动计算,默认为系统内存的30% | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | - ./conf/datanode-env.sh(./conf/datanode-env.bat)配置 -| **配置项** | **说明** | **默认值** | **推荐值** | 备注 | -| :---------: | :----------------------------------: | :--------: | :----------------------------------------------: | :----------: | -| MEMORY_SIZE | IoTDB DataNode节点可以使用的内存总量 | 空 | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | +| **配置项** | **说明** | **默认值** | **推荐值** | 备注 | +| :---------: | :----------------------------------: |:----------------------:| :----------------------------------------------: | :----------: | +| MEMORY_SIZE | IoTDB DataNode节点可以使用的内存总量 | 根据系统内存自动计算,默认为系统内存的50% | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | #### 系统通用配置 diff --git a/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/Cluster-Deployment_apache.md b/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/Cluster-Deployment_apache.md index 0ba4a6673..57413c8bf 100644 --- a/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/Cluster-Deployment_apache.md +++ b/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/Cluster-Deployment_apache.md @@ -119,13 +119,13 @@ cd apache-iotdb-{version}-all-bin | **配置项** | **说明** | **默认值** | **推荐值** | 备注 | | :---------- | :------------------------------------- | :--------- | :----------------------------------------------- | :----------- | - | MEMORY_SIZE | IoTDB ConfigNode节点可以使用的内存总量 | 空 | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | + | MEMORY_SIZE | IoTDB ConfigNode节点可以使用的内存总量 | 根据系统内存自动计算,默认为系统内存的30% | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | - `./conf/datanode-env.sh` 配置 - | **配置项** | **说明** | **默认值** | **推荐值** | 备注 | - | :---------- | :----------------------------------- | :--------- | :----------------------------------------------- | :----------- | - | MEMORY_SIZE | IoTDB DataNode节点可以使用的内存总量 | 空 | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | + | **配置项** | **说明** | **默认值** | **推荐值** | 备注 | + | :---------- | :----------------------------------- |:-----------------------| :----------------------------------------------- | :----------- | + | MEMORY_SIZE | IoTDB DataNode节点可以使用的内存总量 | 根据系统内存自动计算,默认为系统内存的50% | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | #### 通用配置 diff --git a/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/Cluster-Deployment_timecho.md b/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/Cluster-Deployment_timecho.md index 2548bbca0..cd0dc532e 100644 --- a/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/Cluster-Deployment_timecho.md +++ b/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/Cluster-Deployment_timecho.md @@ -120,13 +120,13 @@ cd iotdb-enterprise-{version}-bin | **配置项** | **说明** | **默认值** | **推荐值** | 备注 | | :---------- | :------------------------------------- | :--------- | :----------------------------------------------- | :----------- | - | MEMORY_SIZE | IoTDB ConfigNode节点可以使用的内存总量 | 空 | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | + | MEMORY_SIZE | IoTDB ConfigNode节点可以使用的内存总量 | 根据系统内存自动计算,默认为系统内存的30% | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | - `./conf/datanode-env.sh`配置 - | **配置项** | **说明** | **默认值** | **推荐值** | 备注 | - | :---------- | :----------------------------------- | :--------- | :----------------------------------------------- | :----------- | - | MEMORY_SIZE | IoTDB DataNode节点可以使用的内存总量 | 空 | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | + | **配置项** | **说明** | **默认值** | **推荐值** | 备注 | + | :---------- | :----------------------------------- |:-----------------------| :----------------------------------------------- | :----------- | + | MEMORY_SIZE | IoTDB DataNode节点可以使用的内存总量 | 根据系统内存自动计算,默认为系统内存的50% | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | #### 通用配置 diff --git a/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md b/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md index 7c6d97450..32e7db962 100644 --- a/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md +++ b/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md @@ -88,13 +88,13 @@ cd apache-iotdb-{version}-all-bin | **配置项** | **说明** | **默认值** | **推荐值** | 备注 | | ----------- | :------------------------------------: | :--------: | :----------------------------------------------: | :----------: | -| MEMORY_SIZE | IoTDB ConfigNode节点可以使用的内存总量 | 空 | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | +| MEMORY_SIZE | IoTDB ConfigNode节点可以使用的内存总量 | 根据系统内存自动计算,默认为系统内存的30% | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | - ./conf/datanode-env.sh(./conf/datanode-env.bat)配置 -| **配置项** | **说明** | **默认值** | **推荐值** | 备注 | -| :---------: | :----------------------------------: | :--------: | :----------------------------------------------: | :----------: | -| MEMORY_SIZE | IoTDB DataNode节点可以使用的内存总量 | 空 | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | +| **配置项** | **说明** | **默认值** | **推荐值** | 备注 | +| :---------: | :----------------------------------: |:----------------------:| :----------------------------------------------: | :----------: | +| MEMORY_SIZE | IoTDB DataNode节点可以使用的内存总量 | 根据系统内存自动计算,默认为系统内存的50% | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | #### 系统通用配置 diff --git a/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md b/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md index feceb00ce..1f9a38b46 100644 --- a/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md +++ b/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md @@ -93,13 +93,13 @@ cd iotdb-enterprise-{version}-bin | **配置项** | **说明** | **默认值** | **推荐值** | 备注 | | :---------: | :------------------------------------: | :--------: | :----------------------------------------------: | :----------: | -| MEMORY_SIZE | IoTDB ConfigNode节点可以使用的内存总量 | 空 | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | +| MEMORY_SIZE | IoTDB ConfigNode节点可以使用的内存总量 | 根据系统内存自动计算,默认为系统内存的30% | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | - ./conf/datanode-env.sh(./conf/datanode-env.bat)配置 -| **配置项** | **说明** | **默认值** | **推荐值** | 备注 | -| :---------: | :----------------------------------: | :--------: | :----------------------------------------------: | :----------: | -| MEMORY_SIZE | IoTDB DataNode节点可以使用的内存总量 | 空 | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | +| **配置项** | **说明** | **默认值** | **推荐值** | 备注 | +| :---------: | :----------------------------------: |:----------------------:| :----------------------------------------------: | :----------: | +| MEMORY_SIZE | IoTDB DataNode节点可以使用的内存总量 | 根据系统内存自动计算,默认为系统内存的50% | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | #### 系统通用配置 diff --git a/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/Cluster-Deployment_apache.md b/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/Cluster-Deployment_apache.md index b2f4e5183..facc311b4 100644 --- a/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/Cluster-Deployment_apache.md +++ b/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/Cluster-Deployment_apache.md @@ -120,13 +120,13 @@ cd apache-iotdb-{version}-all-bin | **配置项** | **说明** | **默认值** | **推荐值** | 备注 | | :---------- | :------------------------------------- | :--------- | :----------------------------------------------- | :----------- | - | MEMORY_SIZE | IoTDB ConfigNode节点可以使用的内存总量 | 空 | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | + | MEMORY_SIZE | IoTDB ConfigNode节点可以使用的内存总量 | 根据系统内存自动计算,默认为系统内存的30% | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | - `./conf/datanode-env.sh` 配置 - | **配置项** | **说明** | **默认值** | **推荐值** | 备注 | - | :---------- | :----------------------------------- | :--------- | :----------------------------------------------- | :----------- | - | MEMORY_SIZE | IoTDB DataNode节点可以使用的内存总量 | 空 | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | + | **配置项** | **说明** | **默认值** | **推荐值** | 备注 | + | :---------- | :----------------------------------- |:-----------------------| :----------------------------------------------- | :----------- | + | MEMORY_SIZE | IoTDB DataNode节点可以使用的内存总量 | 根据系统内存自动计算,默认为系统内存的50% | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | #### 通用配置 diff --git a/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/Cluster-Deployment_timecho.md b/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/Cluster-Deployment_timecho.md index 2548bbca0..cd0dc532e 100644 --- a/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/Cluster-Deployment_timecho.md +++ b/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/Cluster-Deployment_timecho.md @@ -120,13 +120,13 @@ cd iotdb-enterprise-{version}-bin | **配置项** | **说明** | **默认值** | **推荐值** | 备注 | | :---------- | :------------------------------------- | :--------- | :----------------------------------------------- | :----------- | - | MEMORY_SIZE | IoTDB ConfigNode节点可以使用的内存总量 | 空 | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | + | MEMORY_SIZE | IoTDB ConfigNode节点可以使用的内存总量 | 根据系统内存自动计算,默认为系统内存的30% | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | - `./conf/datanode-env.sh`配置 - | **配置项** | **说明** | **默认值** | **推荐值** | 备注 | - | :---------- | :----------------------------------- | :--------- | :----------------------------------------------- | :----------- | - | MEMORY_SIZE | IoTDB DataNode节点可以使用的内存总量 | 空 | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | + | **配置项** | **说明** | **默认值** | **推荐值** | 备注 | + | :---------- | :----------------------------------- |:-----------------------| :----------------------------------------------- | :----------- | + | MEMORY_SIZE | IoTDB DataNode节点可以使用的内存总量 | 根据系统内存自动计算,默认为系统内存的50% | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | #### 通用配置 diff --git a/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md b/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md index 8fb87e0c1..4d4985856 100644 --- a/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md +++ b/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md @@ -90,13 +90,13 @@ cd apache-iotdb-{version}-all-bin | **配置项** | **说明** | **默认值** | **推荐值** | 备注 | | ----------- | :------------------------------------: | :--------: | :----------------------------------------------: | :----------: | -| MEMORY_SIZE | IoTDB ConfigNode节点可以使用的内存总量 | 空 | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | +| MEMORY_SIZE | IoTDB ConfigNode节点可以使用的内存总量 | 根据系统内存自动计算,默认为系统内存的30% | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | - ./conf/datanode-env.sh(./conf/datanode-env.bat)配置 -| **配置项** | **说明** | **默认值** | **推荐值** | 备注 | -| :---------: | :----------------------------------: | :--------: | :----------------------------------------------: | :----------: | -| MEMORY_SIZE | IoTDB DataNode节点可以使用的内存总量 | 空 | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | +| **配置项** | **说明** | **默认值** | **推荐值** | 备注 | +| :---------: | :----------------------------------: |:----------------------:| :----------------------------------------------: | :----------: | +| MEMORY_SIZE | IoTDB DataNode节点可以使用的内存总量 | 根据系统内存自动计算,默认为系统内存的50% | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | #### 系统通用配置 diff --git a/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md b/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md index 89606d37b..ee6c78f66 100644 --- a/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md +++ b/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md @@ -93,13 +93,13 @@ cd iotdb-enterprise-{version}-bin | **配置项** | **说明** | **默认值** | **推荐值** | 备注 | | :---------: | :------------------------------------: | :--------: | :----------------------------------------------: | :----------: | -| MEMORY_SIZE | IoTDB ConfigNode节点可以使用的内存总量 | 空 | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | +| MEMORY_SIZE | IoTDB ConfigNode节点可以使用的内存总量 | 根据系统内存自动计算,默认为系统内存的30% | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | - ./conf/datanode-env.sh(./conf/datanode-env.bat)配置 -| **配置项** | **说明** | **默认值** | **推荐值** | 备注 | -| :---------: | :----------------------------------: | :--------: | :----------------------------------------------: | :----------: | -| MEMORY_SIZE | IoTDB DataNode节点可以使用的内存总量 | 空 | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | +| **配置项** | **说明** | **默认值** | **推荐值** | 备注 | +| :---------: | :----------------------------------: |:----------------------:| :----------------------------------------------: | :----------: | +| MEMORY_SIZE | IoTDB DataNode节点可以使用的内存总量 | 根据系统内存自动计算,默认为系统内存的50% | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | #### 系统通用配置 diff --git a/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/Cluster-Deployment_apache.md b/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/Cluster-Deployment_apache.md index 27645d699..f13164d61 100644 --- a/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/Cluster-Deployment_apache.md +++ b/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/Cluster-Deployment_apache.md @@ -123,13 +123,13 @@ cd apache-iotdb-{version}-all-bin | **配置项** | **说明** | **默认值** | **推荐值** | 备注 | | :---------- | :------------------------------------- | :--------- | :----------------------------------------------- | :----------- | -| MEMORY_SIZE | IoTDB ConfigNode节点可以使用的内存总量 | 空 | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | +| MEMORY_SIZE | IoTDB ConfigNode节点可以使用的内存总量 | 根据系统内存自动计算,默认为系统内存的30% | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | - ./conf/datanode-env.sh配置 -| **配置项** | **说明** | **默认值** | **推荐值** | 备注 | -| :---------- | :----------------------------------- | :--------- | :----------------------------------------------- | :----------- | -| MEMORY_SIZE | IoTDB DataNode节点可以使用的内存总量 | 空 | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | +| **配置项** | **说明** | **默认值** | **推荐值** | 备注 | +| :---------- | :----------------------------------- |:-----------------------| :----------------------------------------------- | :----------- | +| MEMORY_SIZE | IoTDB DataNode节点可以使用的内存总量 | 根据系统内存自动计算,默认为系统内存的50% | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | #### 3.2.2 通用配置(./conf/iotdb-system.properties) diff --git a/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/Cluster-Deployment_timecho.md b/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/Cluster-Deployment_timecho.md index 1650911e8..52ce1ad82 100644 --- a/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/Cluster-Deployment_timecho.md +++ b/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/Cluster-Deployment_timecho.md @@ -124,13 +124,13 @@ cd timechodb-{version}-bin | **配置项** | **说明** | **默认值** | **推荐值** | 备注 | | :---------- | :------------------------------------- | :--------- | :----------------------------------------------- | :----------- | -| MEMORY_SIZE | IoTDB ConfigNode节点可以使用的内存总量 | 空 | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | +| MEMORY_SIZE | IoTDB ConfigNode节点可以使用的内存总量 | 根据系统内存自动计算,默认为系统内存的30% | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | - ./conf/datanode-env.sh配置 -| **配置项** | **说明** | **默认值** | **推荐值** | 备注 | -| :---------- | :----------------------------------- | :--------- | :----------------------------------------------- | :----------- | -| MEMORY_SIZE | IoTDB DataNode节点可以使用的内存总量 | 空 | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | +| **配置项** | **说明** | **默认值** | **推荐值** | 备注 | +| :---------- | :----------------------------------- |:-----------------------| :----------------------------------------------- | :----------- | +| MEMORY_SIZE | IoTDB DataNode节点可以使用的内存总量 | 根据系统内存自动计算,默认为系统内存的50% | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | #### 3.2.2 通用配置(./conf/iotdb-system.properties) diff --git a/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md b/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md index f1824829d..e8c7e1baf 100644 --- a/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md +++ b/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md @@ -88,13 +88,13 @@ cd apache-iotdb-{version}-all-bin | **配置项** | **说明** | **默认值** | **推荐值** | 备注 | | :---------- | :------------------------------------- | :--------- | :----------------------------------------------- | :----------- | -| MEMORY_SIZE | IoTDB ConfigNode节点可以使用的内存总量 | 空 | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | +| MEMORY_SIZE | IoTDB ConfigNode节点可以使用的内存总量 | 根据系统内存自动计算,默认为系统内存的30% | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | - conf/datanode-env.sh(或 .bat) -| **配置项** | **说明** | **默认值** | **推荐值** | 备注 | -| :---------- | :----------------------------------- | :--------- | :----------------------------------------------- | :----------- | -| MEMORY_SIZE | IoTDB DataNode节点可以使用的内存总量 | 空 | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | +| **配置项** | **说明** | **默认值** | **推荐值** | 备注 | +| :---------- | :----------------------------------- |:-----------------------| :----------------------------------------------- | :----------- | +| MEMORY_SIZE | IoTDB DataNode节点可以使用的内存总量 | 根据系统内存自动计算,默认为系统内存的50% | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | #### 2.3.2 功能配置 diff --git a/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md b/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md index dbd00da67..c460f4012 100644 --- a/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md +++ b/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md @@ -89,13 +89,13 @@ cd timechodb-{version}-bin | **配置项** | **说明** | **默认值** | **推荐值** | 备注 | | :---------- | :------------------------------------- | :--------- | :----------------------------------------------- | :----------- | -| MEMORY_SIZE | IoTDB ConfigNode节点可以使用的内存总量 | 空 | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | +| MEMORY_SIZE | IoTDB ConfigNode节点可以使用的内存总量 | 根据系统内存自动计算,默认为系统内存的30% | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | - conf/datanode-env.sh(或 .bat) -| **配置项** | **说明** | **默认值** | **推荐值** | 备注 | -| :---------- | :----------------------------------- | :--------- | :----------------------------------------------- | :----------- | -| MEMORY_SIZE | IoTDB DataNode节点可以使用的内存总量 | 空 | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | +| **配置项** | **说明** | **默认值** | **推荐值** | 备注 | +| :---------- | :----------------------------------- |:-----------------------| :----------------------------------------------- | :----------- | +| MEMORY_SIZE | IoTDB DataNode节点可以使用的内存总量 | 根据系统内存自动计算,默认为系统内存的50% | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | #### 2.3.2 功能配置 diff --git a/src/zh/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_apache.md b/src/zh/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_apache.md index a78fb5485..27500e885 100644 --- a/src/zh/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_apache.md +++ b/src/zh/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_apache.md @@ -118,13 +118,13 @@ cd apache-iotdb-{version}-all-bin | **配置项** | **说明** | **默认值** | **推荐值** | 备注 | | :---------- | :------------------------------------- | :--------- | :----------------------------------------------- | :----------- | - | MEMORY_SIZE | IoTDB ConfigNode节点可以使用的内存总量 | 空 | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | + | MEMORY_SIZE | IoTDB ConfigNode节点可以使用的内存总量 | 根据系统内存自动计算,默认为系统内存的30% | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | - `./conf/datanode-env.sh` 配置 - | **配置项** | **说明** | **默认值** | **推荐值** | 备注 | - | :---------- | :----------------------------------- | :--------- | :----------------------------------------------- | :----------- | - | MEMORY_SIZE | IoTDB DataNode节点可以使用的内存总量 | 空 | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | + | **配置项** | **说明** | **默认值** | **推荐值** | 备注 | + | :---------- | :----------------------------------- |:-----------------------| :----------------------------------------------- | :----------- | + | MEMORY_SIZE | IoTDB DataNode节点可以使用的内存总量 | 根据系统内存自动计算,默认为系统内存的50% | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | #### 通用配置 diff --git a/src/zh/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_timecho.md b/src/zh/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_timecho.md index 7f38e30fc..69a1ab156 100644 --- a/src/zh/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_timecho.md +++ b/src/zh/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_timecho.md @@ -119,13 +119,13 @@ cd iotdb-enterprise-{version}-bin | **配置项** | **说明** | **默认值** | **推荐值** | 备注 | | :---------- | :------------------------------------- | :--------- | :----------------------------------------------- | :----------- | - | MEMORY_SIZE | IoTDB ConfigNode节点可以使用的内存总量 | 空 | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | + | MEMORY_SIZE | IoTDB ConfigNode节点可以使用的内存总量 | 根据系统内存自动计算,默认为系统内存的30% | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | - `./conf/datanode-env.sh`配置 - | **配置项** | **说明** | **默认值** | **推荐值** | 备注 | - | :---------- | :----------------------------------- | :--------- | :----------------------------------------------- | :----------- | - | MEMORY_SIZE | IoTDB DataNode节点可以使用的内存总量 | 空 | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | + | **配置项** | **说明** | **默认值** | **推荐值** | 备注 | + | :---------- | :----------------------------------- |:-----------------------| :----------------------------------------------- | :----------- | + | MEMORY_SIZE | IoTDB DataNode节点可以使用的内存总量 | 根据系统内存自动计算,默认为系统内存的50% | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | #### 通用配置 diff --git a/src/zh/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md b/src/zh/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md index ddabd67e2..4b51009ff 100644 --- a/src/zh/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md +++ b/src/zh/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md @@ -88,13 +88,13 @@ cd apache-iotdb-{version}-all-bin | **配置项** | **说明** | **默认值** | **推荐值** | 备注 | | ----------- | :------------------------------------: | :--------: | :----------------------------------------------: | :----------: | -| MEMORY_SIZE | IoTDB ConfigNode节点可以使用的内存总量 | 空 | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | +| MEMORY_SIZE | IoTDB ConfigNode节点可以使用的内存总量 | 根据系统内存自动计算,默认为系统内存的30% | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | - ./conf/datanode-env.sh(./conf/datanode-env.bat)配置 -| **配置项** | **说明** | **默认值** | **推荐值** | 备注 | -| :---------: | :----------------------------------: | :--------: | :----------------------------------------------: | :----------: | -| MEMORY_SIZE | IoTDB DataNode节点可以使用的内存总量 | 空 | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | +| **配置项** | **说明** | **默认值** | **推荐值** | 备注 | +| :---------: | :----------------------------------: |:----------------------:| :----------------------------------------------: | :----------: | +| MEMORY_SIZE | IoTDB DataNode节点可以使用的内存总量 | 根据系统内存自动计算,默认为系统内存的50% | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | #### 系统通用配置 diff --git a/src/zh/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md b/src/zh/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md index 709b38c18..0de6f74ec 100644 --- a/src/zh/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md +++ b/src/zh/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md @@ -90,15 +90,15 @@ cd iotdb-enterprise-{version}-bin - ./conf/confignode-env.sh(./conf/confignode-env.bat)配置 -| **配置项** | **说明** | **默认值** | **推荐值** | 备注 | -| :---------: | :------------------------------------: | :--------: | :----------------------------------------------: | :----------: | -| MEMORY_SIZE | IoTDB ConfigNode节点可以使用的内存总量 | 空 | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | +| **配置项** | **说明** | **默认值** | **推荐值** | 备注 | +| :---------: | :------------------------------------: |:------------------------:| :----------------------------------------------: | :----------: | +| MEMORY_SIZE | IoTDB ConfigNode节点可以使用的内存总量 | 根据系统内存自动计算,默认为系统内存的30% | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | - ./conf/datanode-env.sh(./conf/datanode-env.bat)配置 -| **配置项** | **说明** | **默认值** | **推荐值** | 备注 | -| :---------: | :----------------------------------: | :--------: | :----------------------------------------------: | :----------: | -| MEMORY_SIZE | IoTDB DataNode节点可以使用的内存总量 | 空 | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | +| **配置项** | **说明** | **默认值** | **推荐值** | 备注 | +| :---------: | :----------------------------------: |:----------------------:| :----------------------------------------------: | :----------: | +| MEMORY_SIZE | IoTDB DataNode节点可以使用的内存总量 | 根据系统内存自动计算,默认为系统内存的50% | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | #### 系统通用配置