SemanticComputing / fuseki-docker

Apache Jena Fuseki with SeCo extensions
MIT License
33 stars 14 forks source link

Resolving System Crashes When Inserting Large Volumes of Triples in Fuseki #27

Closed Myasir92 closed 3 months ago

Myasir92 commented 6 months ago

I am using Fuseki to insert statements with SPARQL queries. In each request, I insert about 7-8 triples. I started with a loop of 1 million iterations, but the loop reached 320,000 iterations when approximately 2.2 million triples were inserted, which caused the system to crash. I am running Fuseki through Docker, where I have assigned 8GB of memory. After restarting Fuseki, it works fine again. Can you provide insights on how to resolve this issue and explain why it happened?

@kdejaeger @ptleskin @razz0 @jiemakel

yoge1 commented 5 months ago

I wonder if this is related to Fuseki itself, and not this Docker recipe (this repository) for it.

Are you able to run Fuseki without Docker (Download Fuseki with UI and run Fuseki as a Standalone Server) and see if the issue persists?

yoge1 commented 5 months ago

Also, would it be possible for you to try assigning more memory to Docker?