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

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to