triplestore: use 16mb of memory

This commit is contained in:
Tom Wiesing 2023-09-01 10:38:29 +02:00
parent efb2a51216
commit 8aab760baf
No known key found for this signature in database

View file

@ -10,8 +10,7 @@ services:
- './data/work:/opt/graphdb/work' - './data/work:/opt/graphdb/work'
- './data/logs:/opt/graphdb/logs' - './data/logs:/opt/graphdb/logs'
- './data/import:/opt/graphdb/import' - './data/import:/opt/graphdb/import'
command: "\"-Dgraphdb.home=/opt/graphdb -Dgraphdb.workbench.importDirectory=/opt/graphdb/import -Ddefault.min.distinct.threshold=2G\"" command: "\"-Dgraphdb.home=/opt/graphdb -Dgraphdb.workbench.importDirectory=/opt/graphdb/import -Ddefault.min.distinct.threshold=16M\""
# Use 1GB of heap space
environment: environment:
GDB_HEAP_SIZE: 16G GDB_HEAP_SIZE: 16G
labels: labels: