Skip to content
Prev 309092 / 398506 Next

Regarding the memory allocation problem

Le jeudi 25 octobre 2012 ? 15:02 +0530, Purna chander a ?crit :
R's memory management is relatively complex, i.e. objects are not always
replaced in memory, they are only garbage collected from time to time.
You may try to call gc() after each chunk to limit memory fragmentation,
which help reducing allocation problems a little.

But please tell us how many RAM you have on the machine you're using,
and post the output of sessionInfo().


Regards