[R] Memory issue. XXXX
Dan Abner
dan.abner99 at gmail.com
Fri Mar 2 15:57:50 CET 2012
Hi everyone,
Any ideas on troubleshooting this memory issue:
> d1<-read.csv("arrears.csv")
Error: cannot allocate vector of size 77.3 Mb
In addition: Warning messages:
1: In class(data) <- "data.frame" :
Reached total allocation of 1535Mb: see help(memory.size)
2: In class(data) <- "data.frame" :
Reached total allocation of 1535Mb: see help(memory.size)
3: In class(data) <- "data.frame" :
Reached total allocation of 1535Mb: see help(memory.size)
4: In class(data) <- "data.frame" :
Reached total allocation of 1535Mb: see help(memory.size)
Thanks!
Dan
More information about the R-help
mailing list