rdfgraph-databasesgraphdb

Why is GraphDB running out of memory during inferencing?


I have a knowledge graph with roughly 10 billion nodes and am using GraphDB as the triplestore. When uploading the ontology to perform reasoning (using the rdfs plus ruleset), I get the following error message below. Reasoning can also take up to a week.

![Out of memory error1]

The error is clearly about not enough memory available, but I'd like to know

  1. Why is the needed memory less than the available?
  2. What is the map index rehash?
  3. Are there any tips for improving load times, aside from the docs here?

Solution