Skip to content

Out of memory issue

3 messages · Neotropical bat risk assessments, Julian Burgos, Ken-JP

#
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
#
"PLEASE do read the posting guide 
http://www.R-project.org/posting-guide.html and provide commented, 
minimal, self-contained, reproducible code."
Otherwise...the only other possible suggestion is to use a smaller file.

Julian
Neotropical bat risk assessments wrote:
#
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: