Hi all,

I have a script which dumps 2 modestly sized n-triples files into fuseki
via curl and a HTTP PUT.

e.g. the script does the following 2 actions:

curl -X PUT --data-binary @data/file-1.nt -H 'Content-Type: text/plain' '
http://localhost:3030/linkeddev-test/data?graph=http://foo-bar.org/graph1'

curl -X PUT --data-binary @data/file-2.nt -H 'Content-Type: text/plain' '
http://localhost:3030/linkeddev-test/data?graph=http://foo-bar.org/graph2'

File 1 is 162mb
File 2 is 223mb

Sometimes this imports fine, other times the import takes minutes, Fuseki
consumes 380% CPU and I have to kill it after a few minutes.

At least once the import finished after a few minutes, but Fuseki continued
to consume 380% CPU for about 20 minutes afterwards (despite their being no
load on it at all).  After a short while longer it crashed with an
OutOfMemoryException.

I'm using TDB for storage.

I'm a little concerned with the non-deterministic nature of the issue, but
it seems to occur frequently... infact it seems to have problems more often
than not.

Any help or suggestions much appreciated.

R.

Reply via email to