getMemorySettings: Returns the maximum, total and free memory in Mb
Description
This function calls the Runtime static methods maxMemory(),
totalMemory() and freeMemory(). The results are divided by
1024 in order to report the memory sizes in Mb.
Usage
getMemorySettings()
Arguments
Value
a data.frame object with the maximum, total and free memory in Mb.