Hi,

I am encountering a re-occuring Java heap space issue with a Fuseki TDB 
database through SPARQL update. I am trying to load 11 GB of data into a Fuseki 
triplestore through SPARQL update (s-post) on named graphs. I have allocated 6 
GB of memory to the JVM in the fuseki-server configuration file, but I still 
get a "500 Java heap space" error when trying to load the data. The data I am 
trying to load consist of several data files, all of which have a maximum size 
of 25 MB seperately. When my TDB database folder (specified in the fuseki 
config file) has reached a size of approximately 5 GB I start getting the Java 
heap space error.

I try to update the data in this manner:

./s-post <data set URI> <graph-URI> (for instance, ./s-post 
http://localhost:3030/dataset/data test.ttl)

Do anyone know how I can work around this?

Best regards,
Magnus Stuhr


Reply via email to