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
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
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
3 matches
Mail list logo