engine.args

Set the property engine.args to specify command-line options to the engine on startup.

Property Name Default Value Property Description
engine.args none Set this property to a command-line option for the engine on startup. The value of the argument depends on the engine and the desired behavior.

Details

Engine type Description
TERR A space-separated list of configuration options to be passed to the engine on startup.
Note: These configuration options differ from the command-line options. See Javadoc documentation for TerrJava::getDefaultParameters() for the complete list of supported options.
Open-source R A space-separated list of command-line arguments to be passed to the engine on startup.
Warning: Some invalid options, such as supplying an invalid value to the --max.ppsize=xxx option, can cause the engine to stop working unexpectedly.
MATLAB This option is not currently supported.
SAS A space-separated list of command-line arguments to be passed to the engine on startup.