MaastrichtU-CDS / DataFAIRifier

A system that supports the creation and validation of mappings and the creation of RDF data from relational data.
Apache License 2.0
7 stars 5 forks source link

Adapt memory threshold GraphDB in Docker #25

Closed MartineDeVos closed 6 years ago

MartineDeVos commented 6 years ago

The RAM memory threshold (1 GB) seems to be limiting loading RDF triples in GraphDB. -> increase threshold

MartineDeVos commented 6 years ago

This could be a reason to use Virtuoso, as it allows querying virtual RDF graphs (i.e. views) which is more memory efficient

jvsoest commented 6 years ago

Can be adapted by using different environment variables, e.g.: GDB_HEAP_SIZE=2g GDB_MIN_MEM=1g GDB_MAX_MEM=2g