[R] memory allocation problem
Peter Langfelder
peter.langfelder at gmail.com
Wed Nov 3 03:36:34 CET 2010
You have (almost) exhausted the 10GB you limited R to (that's what the
memory.size() tells you). Increase memory.limit (if you have more RAM,
use memory.limit(15000) for 15GB etc), or remove large data objects
from you session. Use rm(object), the issue garbage collection gc().
Sometimes garbage collection may solve the problem on its own.
Peter
On Tue, Nov 2, 2010 at 5:55 PM, Lorenzo Cattarino <l.cattarino at uq.edu.au> wrote:
> I forgot to mention that I am using windows 7 (64-bit) and the R version
> 2.11.1 (64-bit)
>
>
More information about the R-help
mailing list