Re: [R] Error: cannot allocate vector of size 198.4 Mb

2010-08-31 Thread Rafael Björk
2010/8/31 나여나 > >Hi, All > > I have a problem of R memory space. > > I am getting "Error: cannot allocate vector of size 198.4 Mb" > > > You may want to check circle 2 of the R inferno (found here: http://www.burns-stat.com/pages/Tutor/R_inferno.pdf). [[alternative HTML ver

Re: [R] Error: cannot allocate vector of size 198.4 Mb

2010-08-30 Thread Steve Lianoglou
Hi, On Mon, Aug 30, 2010 at 9:17 PM, 나여나 wrote: > >    Hi, All > >   I have a problem of R memory space. > >   I am getting "Error: cannot allocate vector of size 198.4 Mb" It's a RAM thing: you don't have enough. The OS said "nice try" when R tried asked for that last 198.4 MB's of RAM chunk o

[R] Error: cannot allocate vector of size 198.4 Mb

2010-08-30 Thread 나여나
Hi, All I have a problem of R memory space. I am getting "Error: cannot allocate vector of size 198.4 Mb" -- I've tried with: > memory.limit(size=2047); [1] 2047 > memory.size(max=TRUE); [1] 12.75 > library('RODBC'); > Channel<-odb