Skip to content
Prev 260449 / 398502 Next

Memory capacity question for a specific situation

On 20.05.2011 15:33, Dimitri Liakhovitski wrote:
Let us ask R:

 > 64e6 * (15*8 + 15*4)
[1] 1.152e+10

That means you will need roughly 12 GB to store the data in memory. To 
work with the data, you should have at least 3 times the amount of 
memory available. Hence a 32 GB machine is a minimal requirement if you 
cannot restrict yourself to less observations or variables.

Uwe Ligges