[R] Out of memory issue

Ken-JP kfmfe04 at gmail.com
Sat Apr 25 02:50:04 CEST 2009



Is your CSV file really that big?  Have you passed the correct parameters to
read.table()?
For example, specified the correct sep="," parameter?

If you've done everything correctly and are still running out of memory,
maybe you need to go to 64-bit.  R works great under 64-bit Ubuntu (8GB on
my machine).

- Ken


Neotropical bat risk assessments wrote:
> 
> Hi all,
> 
> I am trying to run some plots on data, but when loading he CSV data 
> file R is stopping and I am getting an out of memory error.
> 
> Anyway to tweak this somehow to get it to run?
> 
> Using WinXP with 4 GB RAM
> 
> Tnx
> 
> Bruce
> 
> ______________________________________________
> R-help at 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.
> 
> 

-- 
View this message in context: http://www.nabble.com/Out-of-memory-issue-tp23226922p23227138.html
Sent from the R help mailing list archive at Nabble.com.




More information about the R-help mailing list