Hi Mikael,

How much memory have you given Fuseki? I think the startup scripts default to 1.2GB. Adjusting the -Xmx command line parameter to a more reasonable value (say 4G or 8G) might help.

-Osma

Mikael Pesonen kirjoitti 11.09.2017 klo 15:23:

Hi,

I'm performing this replace in jena fuseki 3.0.0 web gui:

DELETE { GRAPH <.> {?oldURI ?p ?o} }
INSERT { GRAPH <...> {?newURI ?p ?o} }
WHERE { GRAPH <...> {
     ?oldURI ?p ?o . FILTER (regex(str(?oldURI), "http://someuri/";))
     BIND (URI(REPLACE(STR(?oldURI), "http://";, "https://";)) AS ?newURI)
}
}

and get this

Error 400: GC overhead limit exceeded

Fuseki - version 3.4.0 (Build date: 2017-07-17T11:43:07+0000)


There are less than million triplets this should affect. Is there another solution than using limit?

Br,



--
Osma Suominen
D.Sc. (Tech), Information Systems Specialist
National Library of Finland
P.O. Box 26 (Kaikukatu 4)
00014 HELSINGIN YLIOPISTO
Tel. +358 50 3199529
[email protected]
http://www.nationallibrary.fi

Reply via email to