memory.size {utils} |
R Documentation |
Report on Memory Allocation
Description
memory.size
reports the current or maximum memory allocation
of the malloc function used in this version of R.
Usage
memory.size(
max = FALSE);
Arguments
max
logical. If TRUE the maximum amount of memory obtained from the OS
Is reported, if FALSE the amount currently in use, if NA the memory
limit. [as boolean]
Details
Authors
SMRUCC genomics Institute
Value
Size in Mb (1048576 bytes), rounded to 0.01 Mb for memory.size
clr value class
Examples
[Package
utils version 2.33.856.6961
Index]