On 29/03/2014 09:28, peter dalgaard wrote:

On 28 Mar 2014, at 17:39 , T Bal <studentt...@gmail.com> wrote:

Hi,
After loading my data in R I get the error:

Error in .jcall("com/github/egonw/rrdf/RJenaHelper",
"Lcom/hp/hpl/jena/rdf/model/Model;",  :
  java.lang.OutOfMemoryError: GC overhead limit exceeded

How can I solve it?

For problems within packages, try the package maintainer. He might want to know what 
exactly you are trying to do. Most people here will not even realize that this is to do 
with the "rrdf" package.


However this message is from Java via the rJava package and so you might need to consult its maintainer. Note that .jinit takes Java parameters and you may need to set them (e.g. -Xmx) for the size of the problem.

--
Brian D. Ripley,                  rip...@stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595

______________________________________________
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