JVM Arguments
You can configure JVM parameters and node properties on the JVM Arguments tab. The properties must be added in the following format: -Dname=value
For example:
-Xmx512m -Xms128m -XX:+HeapDumpOnOutOfMemoryError -Damx.securitymanager.enabled=false -Dcom.tibco.tibjms.connect.attempt.timeout=3000
The default value (General arguments, without node properties) is -Xmx512m -Xms128m -XX:+HeapDumpOnOutOfMemoryError
. If unspecified, then the default value is used.
Note: JVM arguments values are not validated. You must specify correct values of JVM arguments.