Skip to content
Prev 207216 / 398502 Next

Once again: Error: cannot allocate vector of size

Hi Werner,
On Thu, Jan 21, 2010 at 9:23 PM, Werner W. <pensterfuzzer at yahoo.de> wrote:
AFAIK, the error message "Error: cannot allocate vector of size 203.7
MB" doesn't mean that your entire data set is 203.7MB and it can't
load it ... but rather R just tried grab another chunk of RAM that
size, and the OS has denied it that favor ... so, I'm guessing it's
getting "half way" through loading/running on your data, but can't
complete the task because it has already chewed through all the RAM
that at has access to.

You can look at your RAM usage (through the task manager? sorry,
haven't used windows in a long time) while R is doing its thing to
verify until a windows guru chimes in.

-steve