memory.size {utils} | R Documentation |
memory.size
and memory.limit
are used to manage the
total memory allocation on Windows. On other platforms these are
stubs which report infinity with a warning.
memory.size(max = FALSE) memory.limit(size = NA)
max |
logical. If true the maximum amount of memory obtained from the OS is reported, otherwise the amount currently in use. |
size |
numeric. If |
To restrict memory usage on a Unix-alike use the facilities of the
shell used to launch R, e.g. limit
or ulimit
.
Size in bytes: always Inf
.
Memory-limits for other limits.