Skip to content
Prev 55694 / 398500 Next

memory problem under windows

Did you read the *rest* of what the rw-FAQ says?

  Be aware though that Windows has (in most versions) a maximum amount of
  user virtual memory of 2Gb, and parts of this can be reserved by 
  processes but not used. The version of the memory manager used from R
  1.9.0 allocates large objects in their own memory areas and so is better
  able to make use of fragmented virtual memory than that used previously.

  R can be compiled to use a different memory manager which might be
  better at using large amounts of memory, but is substantially slower
  (making R several times slower on some tasks).

So, it tells you about memory fragmentation, and it tells you about making 
R aware of large-memory versions of Windows and that an alternative memory 
manager can be used.  If you actually tried those, the posting guide asks 
you to indicate it, so I presume you did not.

Also, take seriously the idea of using a more capable operating system 
that is better able to manage 2Gb of RAM.
On Tue, 14 Sep 2004, Christoph Lehmann wrote: