Manager Container environment variables
| Variable | Variable Type | Purpose | Required? |
|---|---|---|---|
DS_MANAGER_EXTERNAL_CONNECT_IP |
String |
Externally referenceable IP address for Manager services. |
No, but not specifying can result in To remove the IP address, provide the environment variable with no value. |
| DS_MANAGER_EXTERNAL_CONNECT_IP_IPV6 | String |
Externally referenceable IPv6 address for Manager services. |
No, but not specifying can result in To remove the IPv6 address, provide the environment variable with no value. |
DS_MANAGER_EXTERNAL_CONNECT_PORT |
Integer |
Forwarded port for Manager services |
Yes |
DS_MANAGER_MYSQL_AUTOEXTEND_MAX |
Integer |
Tunes the soft-limit of how much drive capacity is allocated to MySQL in the Manager Container.
Specified in megabytes. If not specified, it is tuned according to the size of the
storage volume that is mounted into the container with |
No |
DS_MANAGER_MYSQL_MAX_MEMORY |
Integer |
Tunes how much memory is allocated to MySQL in the Manager Container. Specified in megabytes. If not specified, it is tuned according to the system RAM. |
No |
DS_MANAGER_MAX_MEMORY |
Integer |
Tuning parameter to limit the amount of memory that is allocated to the Manager process in the Manager Container. Specified in megabytes. If not specified, it is tuned according to the system RAM. |
No |
| DS_CNC_EXTERNAL_CONNECT_IP | String | External IP address used to connect to CNC service of Manager Container | Yes when -- net="bridge". |
| DS_CNC_EXTERNAL_CONNECT_IP_IPV6 | String | External IPv6 used to connect to CNC service of Manager Container | Yes when -- net="bridge". |
| DS_CNC_EXTERNAL_CONNECT_PORT | Integer | Port number used to connect to CNC service of Manager Container | Yes when -- net="bridge" |
| DS_OTEL_COL_MAX_MEMORY | Integer | Tuning parameter to limit the amount of memory that is allocated to the IBM COS OpenTelemetry Collector in the Accesser Container. Specified in megabytes. If not specified, the default of 4 GiB is used. | No |