Multidomain MDM
- Multidomain MDM 10.3 HotFix 1
- All Products
Java Options
| Description
|
---|---|
-server
| Results in a slower startup but subsequent operations are faster.
|
-Djgroups.bind_addr
| Interface on which JGroup must receive and send messages.
Required in a multinode or clustered environment. Ensure that each node binds to its own network interface.
|
-Djava.net.preferIPv4Stack
| Specifies whether Java uses Internet Protocol version 4 (IPv4). If the operating system uses Internet Protocol version 6 (IPv6), set to
true .
|
-Doracle.jdbc.J2EE13Compliant
| Sets the oracle.jdbc.J2EE13Compliant system variable. Set to
true .
If you do not set the parameter to true, you might encounter Java Database Connectivity (JDBC) issues
|
-Djavax.wsdl.factory.WSDLFactory
| Required for the WebLogic 12.2.1 or later environments to invoke a service WSDL that might have a default namespace prefix. Set to
com.ibm.wsdl.factory.WSDLFactoryImpl .
|
-DANTLR_USE_DIRECT_CLASS_LOADING
| Required for launching WebLogic 12.2.1 or later environments on which the MDM Hub is deployed. Set to
true .
|
-Dmdm.node.groupid
| Specifies a group ID for Java Virtual Machines in the MDM Hub implementation. Required only if you want logical groupings of Hub Servers and Process Servers.
|
-De360.mdm.host
| Application server host.
Set the Java option in one of the following scenarios:
|
-De360.mdm.port
| Application server port.
Set the Java option in one of the following scenarios:
|
-Dfile.encoding
-Dweblogic.http.URIDecodeEncoding
| Required if you want to use Informatica Data Director and use REST APIs to search for records.
Set both the Java options to
UTF-8 to ensure that you can find and save records that contain UTF-8 characters.
|
-DFrameworksLogConfigurationPath
| Sets the
log4j.xml file configuration path.
|
-DUseSunHttpHandler
| Specifies whether WebLogic uses the Sun HTTP Handler for the HTTP connection between the MDM Hub and the Informatica platform. Set to
true .
|
-Dtask.pageSize=<maximum number of tasks>
| Specifies the maximum number of ActiveVOS tasks that are retrieved for each request. Default is
5000 . Increase the number if your environment has a large number of tasks.
|
-Dstricttransportsecurity.flag
| Specifies whether web browsers must convert all attempts to access
Data Director using the HTTP requests to the HTTPS requests instead. Set to
true .
|
WLS_MEM_ARGS_64BIT
| Memory variable. Set the variable to an appropriate value.
|
-Xms
| Initial heap size. Set to
2048m .
|
-Xmx
| Maximum JVM heap size. Set to 4 GB or higher.
For example, to set the
-Xmx to
4096m , use the following JAVA_OPTIONS environment variable setting:
|
XX:+UseCodeCacheFlushing
| Specifies whether the JVM disposes of compiled code when the code cache is full.
|
-XX:ReservedCodeCacheSize
| JIT code cache size. To enhance the performance of the MDM Hub environment, set to
512m .
|