RMI server mode property

The RMI server mode is specified through the server.mode.multi.process property defined in the rmiserver.properties file.

The following table lists the valid values for the RMI server mode and their description.

Values
Description
true
Makes the RMI server available to run in multiprocess mode.
false
Makes the RMI server available to run in single process mode.

When multiprocess mode is enabled (server.mode.multi.process=true), map execution takes place in a separate JVM process. You set the startup options for this JVM process with the multi.process.jvm.options RMI option.