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