Skip to content

memory allocation problems

1 message · Simon Urbanek

#
On Jun 30, 2008, at 3:07 PM, Antonio P. Ramos wrote:

            
Looking at the code ideal seems to do most of its work in C code so  
I'm assuming it's not wasting it. Hence the memory is not strictly  
needed at simulation time, so you should get away with 64-bit version  
of R (see http://r.research.att.com/ ) which will swap out the storage  
as you go (the final collection of the result matrix will be probably  
very slow since it will have to activate all that swapped memory, but  
given that it's a selective copy operation it should still be doable).  
It's kind of beyond me why you need 500m iterations, but that's  
another issue ;).

Cheers,
Simon