JavaJVMArgs
Specifies a list of arguments to pass to the Java Virtual Machine (JVM). Arguments are
separated by a space and the dash character. For example, JavaJVMArgs=-argument1=xxx
-argument2=yyy
.
This parameter is not applicable to Planning Analytics Engine.
Parameter type: optional, static
If you want to debug a process, you might specify these arguments:
JavaJVMArgs=-Xrunjdwp:transport=dt_socket -server=y -suspend=n -address=1044
The arguments you can use depend on the specific JVM you are using.