[R] GC overhead limit exceeded

Prof Brian Ripley ripley at stats.ox.ac.uk
Sat Mar 29 11:36:13 CET 2014


On 29/03/2014 09:28, peter dalgaard wrote:
>
> On 28 Mar 2014, at 17:39 , T Bal <studenttbal at 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,                  ripley at 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




More information about the R-help mailing list