egonw / rrdf

R package for handling RDF data.
Other
29 stars 11 forks source link

Java OutOfMemmoryError #42

Open sanchez5674 opened 7 years ago

sanchez5674 commented 7 years ago

Hi,

I understand this has nothing to do with the package but I'm trying to read a 500MB RDF file and I get an out of memory error. I've tried to increase the java memory to 8 GB:

options(java.parameters = "-Xmx8000m")`

But, that had no effect. Any ideas of how to get around this issue.

Thanks.

Carlos