Displaying 1 result from an estimated 1 matches for "8287272".
2011 Jan 17
3
"cannot allocate vector of size ..." in RHLE5 PAE kernel
....3 Mb
However, the amount of free memory in my machine seems to be much
larger than this:
system("free")
\ total used free shared buffers cached
Mem: 12466236 6354116 6112120 0 67596 2107556
-/+ buffers/cache: 4178964 8287272
Swap: 12582904 0 12582904
I tried to increase the memory limit available for R by using:
$ R --min-vsize=10M --max-vsize=5000M --min-nsize=500k --max-nsize=5000M
but it didn't work.
Any hint about how can I get R using all the memory available in the machine ?
Thanks in...