Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading