Setting Environment variables and JVM arguments

This topic outlines the steps for setting up the environment variables and JVM arguments.

Setting Environment variables

In some user environments, their setup requires Environment variables to be set for the CDC java process to be able to execute the Iceberg Catalog or File System Proxy's. Perform these steps to set up the environment variables:
  1. In the <Instance_Path>/conf directory create a file named system.env.
  2. Put Desired environment variables in the file. For instance, MY_ENV_VAR=SoMe_ChArAcTeRs

Setting JVM Arguments

In the event that the specific Catalog or File System Proxy require the java process to be run with JVM arguments they can be added in the following manner. It is important to note that JVM level arguments for SSL truststore and keystore are set via the Encryption Profile and will override and values set here.

Perform these steps to set up the JVM arguments:
  1. In the <Instance_Path>/conf directory create a file named dmts64.vmargs.
  2. Add JVM arguments to the file.