You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The environment configuration file is mainly used to configure the Java environment related parameters when ConfigNode is running, such as JVM related configuration. This part of the configuration is passed to the JVM when the ConfigNode starts.
The details of each parameter are as follows:
MEMORY_SIZE
Name
MEMORY_SIZE
Description
The memory size that IoTDB ConfigNode will use when startup
Type
String
Default
The default is three-tenths of the memory, with a maximum of 16G.
Effective
After restarting system
ON_HEAP_MEMORY
Name
ON_HEAP_MEMORY
Description
The heap memory size that IoTDB ConfigNode can use, Former Name: MAX_HEAP_SIZE
Type
String
Default
Calculate based on MEMORY_SIZE.
Effective
After restarting system
OFF_HEAP_MEMORY
Name
OFF_HEAP_MEMORY
Description
The direct memory that IoTDB ConfigNode can use, Former Name: MAX_DIRECT_MEMORY_SIZE