Parameters of the CM component

2023-06-29 11:11:39  Updated

The CM component has two configuration files: drc-cm.properties and jdbc.properties. Both configuration files are located in the /home/ds/cm/package/config/ directory of the container.

drc-cm.properties

Parameter Default value Description
drcCfg.memUsedPercentThresHold 0.85 The upper limit of the memory usage for the OMS server, in percentage. When the memory usage exceeds 85%, project creation will be prohibited.
When you create an OMS project, if the system prompts insufficient memory resources and you decide to adjust the upper limit after assessment, you can modify this parameter.
drcCfg.diskUsedPercentThresHold 0.90 The upper limit of the disk usage for the OMS server, in percentage. When the disk usage exceeds 90%, project creation will be prohibited.
When you create an OMS project, if the system prompts insufficient disk resources and you decide to adjust the upper limit after assessment, you can modify this parameter.
drcCfg.cpuUsedPercentThresHold 0.85 The upper limit of the CPU utilization for the OMS server. When the CPU utilization exceeds 85%, task creation will be prohibited.
When you create an OMS project, if the system prompts insufficient CPU resources and you decide to adjust the upper limit after assessment, you can modify this parameter.
drcCfg.cmLocation None The region code configured during deployment. Value range: 0 to 127. Change the value only when necessary.
drcCfg.inCommandPatternFlag true Specifies whether the component is in the command mode. Change the value only when necessary.
drcCfg.processReportEnable true Specifies whether to report the status of the component. Change the value only when necessary.

jdbc.properties

The jdbc.properties configuration file stores information such as the metaDB connection string and password of OMS.

Contact Us