CC_JVM_OVERRIDE_OPTIONS

Set this environment variable to override the Java™ virtual machine options for the conductor node so that you can avoid or fix a possible conflict.

In the conductor node in a parallel job, Java connectors are initialized for schema reconciliation. Therefore, all Java connectors in a job are initialized in the same Java virtual machine. In a single job, multiple stages might be developed in Java. Each of these stages might define Java virtual machine options such as class path, system property, heap size and so on. If two stages are run in the same physical Java virtual machine, the Java virtual machine options might conflict with each other.