Skip to content
Prev 279144 / 398503 Next

R + memory of objects

I guess the numbers your report are what your OS shows you?

R runs garbage collection (which can be manually triggred by gc()) after 
certain fuzzy rules. So what you report below is not always the current 
required memory but what was allocated and not yet garbnage collected.

See ?object.size to get the memory consumption of objects.

Uwe Ligges
On 02.12.2011 16:17, Marc Jekel wrote: