Skip to content
Prev 167447 / 398502 Next

using virtual memory in R (Tom Allen)

hi

are you using a 64bit system? 32 bit systems can only allocate about
3GB to a single process.
http://msdn.microsoft.com/en-gb/library/aa366778.aspx
I used to use 32bit winXP, then moved to 64bit Ubuntu8.04 to solve my
memory problems.

if you are 64bit, you should try playing around with the command line
arguments for executing R and also look
at the functions ?memory.limit and ?memory.size