Displaying 1 result from an estimated 1 matches for "1115070kb".
2006 Jan 05
4
Q: R 2.2.1: Memory Management Issues?
...-------------
PROBLEM
---------
I am trying to run a R script which makes use of the MCLUST package.
The script can successfully read in the approximately 17000 data points ok, but then throws an error:
--------------------------------------------------------
Error: cannot allocate vector of size 1115070Kb
In addition: Warning messages:
1: Reached total allocation of # Mb: see help(memory.size)
2: Reached total allocation of # Mb: see help(memory.size)
Execution halted
--------------------------------------------------------
after attempting line:
summary(EMclust(y),y)
which is computationally i...