Multidomain MDM
- Multidomain MDM 10.3 HotFix 2
- All Products
Java Options
| Description
|
---|---|
-server
| Results in a slower startup but subsequent operations are faster.
|
-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 .
|
-Ddb2.jcc.charsetDecoderEncoder
| Required to use the MDM Hub Sample Operational Reference Store. Enables the JDBC driver to return the Unicode replacement character (U+FFFD) in place of a sequence of bytes that is not a UTF-8 string. Set to
3 .
|
-Dcom.ibm.crypto.provider.DoRSATypeChecking
| Specifies whether Java allows the RSA type encryption of data with private key and decryption with public key. Required for the MDM Hub installer to read the license certificates and for password hashing to work in the MDM Hub. Set to
false .
If you do not set
-Dcom.ibm.crypto.provider.DoRSATypeChecking to
false , the Hub Server might not start and you can encounter license errors.
|
-De360.connection.channel
| Specifies the communication protocol the Entity 360 application uses to communicate with the MDM Hub Server. Specify whether the communication protocol to use is EJB, HTTP or HTTPS. Default is
-De360.connection.channel=http . Ensure you set the supporting application server host property
-De360.mdm.host and application server port property-De360.mdm.port to the default values.
|
-De360.mdm.host
-De360.mdm.port
| Application server host and port.
Set the following Java options:
If your environment uses the HTTPS communication protocol and the security certificate is issued to a Fully Qualified Domain Name (FQDN), set the hostname to the FQDN displayed in the security certificate.
|
-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.
|
-DFrameworksLogConfigurationPath
| Path to the
log4j.xml file.
|
-Doracle.jdbc.J2EE13Compliant
| Specifies whether the system variable for the Oracle driver is fully compliant with J2EE. Set to
true .
If you do not set the parameter to true, you might encounter Java Database Connectivity (JDBC) issues
|
-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.
|
-Djavax.management.builder.initial
| Class of the initial MBeanServerBuilder to be instantiated. Apache Solr MBeans is required to support smart search in Informatica Data Director.
To register Apache Solr MBeans to support smart search in Informatica Data Director, set to
javax.management.MBeanServerBuilder .
|
-Dfile.encoding
-Dclient.encoding.override
| 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.
|
-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 .
|
-XX:codecachetotal
| JIT code cache size. To enhance the performance of the MDM Hub environment, set to
512m .
|
-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:
|
-Xms
| Initial heap size. Set to
2048m .
|
-Xmso
| Required for the Process Server JVMs. Initial stack size for operating system threads. Prevents the application server from shutting down unexpectedly due to low system thread stack size. Set to
4096k .
|
-Xss
| Initial stack size. Set to
2000k .
|
XX:+UseCodeCacheFlushing
| Specifies whether the JVM disposes of compiled code when the code cache is full.
|
-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.
|