You have run out of memory. What OS are you using, how much physical memory do you have? how large are the objects you already have in your data space? Have you removed all extraneous objects and done 'gc()'?
The solution is to get better control of your data space and understand what is using it up. On Tue, May 18, 2010 at 12:58 AM, Yan Li <leemom.atlanta2...@gmail.com> wrote: > Hi, r-users > > > I happen to a problem in allocation of vector of size. When I run my R > script, an error appears: > > > Error: cannot allocate vector of size 450 Mb > > > Could anyone happen to the same problem? Thank you for your help. > > > Lee > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem that you are trying to solve? ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.