Skip to content
Prev 284843 / 398502 Next

memory management

This should help:
[1] 15.26
15.3 Mb
[1] 15.26
7.6 Mb
[1] 22.89
7.6 Mb

You can see that a <- zz$a really has no impact on your memory usage.
It is when you start modifying it that R needs to store a whole new
object in memory.
On Thu, Feb 9, 2012 at 5:17 PM, Sam Steingold <sds at gnu.org> wrote: