JVM Arguments for Apache Ignite

Specify the JVM parameters of the application server that is used to deploy TIBCO MDM.

JVM Arguments Value Description
IGNITE_ATOMIC_CACHE_DELETE_HISTORY_SIZE 100 Apache Ignite per cache delete history queue size. This queue handles the case where the same key is being inserted and deleted at the same time. For TIBCO MDM, 100 size is sufficient. If you do not set this parameter,the Out-Of-Memory error message is shown at the server startup.
IGNITE_UPDATE_NOTIFIER The valid values are true or false. The default value is true. When Apache Ignite is initialized, the new version check is automatically done, System.out. You can disable this version notification by setting the IGNITE_UPDATE_NOTIFIER property to false.