Skip to content
Prev 309910 / 398502 Next

Error message

What size system are you running on? (physical memory)  What version
of R are you using (32 or 64 bit)?  If 32-bit, then the array you are
trying to allocate requires 733MB of physical memory and there is not
sufficient memory available.  Do you have other large objects
allocated that you might have to remove?

Your best bet would be to use the 64-bit version and get at least 4 GB
of memory if you are going to be working with objects that large.  (my
rule of thumb is that you need at least 4X the largest object you want
to work with).
On Mon, Nov 5, 2012 at 6:49 AM, Haris Rhrlp <haris_r_help at yahoo.com> wrote: