Re: [R] cannot allocate memory block of size 2.7 Gb

2013-01-26 Thread Uwe Ligges
On 23.01.2013 23:41, Cláudio Brisolara wrote: Hello R-users I am getting error messagens when I require some packages or execute some procedures, like these below: require(tseries) Loading required package: tseries Error in get(Info[i, 1], envir = env) : cannot allocate memory block

[R] cannot allocate memory block of size 2.7 Gb

2013-01-23 Thread Cláudio Brisolara
Hello R-users I am getting error messagens when I require some packages or execute some procedures, like these below: > require(tseries) Loading required package: tseries Error in get(Info[i, 1], envir = env) : cannot allocate memory block of size 2.7 Gb > require (TSA) Loading required

Re: [R] Cannot allocate memory block

2011-02-17 Thread Uwe Ligges
On 16.02.2011 22:38, poisontonic wrote: Uwe Ligges-3 wrote: If the available space got too fragmented, there is not single 3.8 block of memory available any more Is there anything I can do to prevent this? If you did it after a fresh reboot: I don't see a way to prevent it. Neverth

Re: [R] Cannot allocate memory block

2011-02-16 Thread poisontonic
Uwe Ligges-3 wrote: > > If the available space got too fragmented, there is not single 3.8 block > of memory available any more > Is there anything I can do to prevent this? I've restarted and rerun the whole thing straight up, and still the error...? Ben -- View this message in context

Re: [R] Cannot allocate memory block

2011-02-16 Thread Uwe Ligges
On 15.02.2011 21:05, poisontonic wrote: Hi, I'm using the latest version of 64-bit R for Windows: R x64 2.12.1 I'm using it because I currently need to do hierarchical clustering on a very large object (too big for MATLAB, which I normally use). When I try to cluster my distance matrix d (obt

[R] Cannot allocate memory block

2011-02-15 Thread poisontonic
Hi, I'm using the latest version of 64-bit R for Windows: R x64 2.12.1 I'm using it because I currently need to do hierarchical clustering on a very large object (too big for MATLAB, which I normally use). When I try to cluster my distance matrix d (obtained using dist on my design matrix): hc <-