Learn R Programming

J4R (version 1.0.8)

j4r.config.setDefaultJVMMemorySize: Set a default memory size for the Java Virtual Machine

Description

Allows to specify a default JVM size in Mb so that the option memorySize in hte connectToJava function does not need to be used.

Usage

j4r.config.setDefaultJVMMemorySize(defaultJVMMemory)

Arguments

defaultJVMMemory

the number of Mb for the JVM (must be equal to or greater than 50). If set to NULL, this option has no effect.