triplestore: 250M ought to be enough for everybody

This commit is contained in:
Tom Wiesing 2022-01-12 12:32:04 +01:00
parent b9f50ba323
commit c6f4f97497
No known key found for this signature in database
GPG key ID: DC1F29F2BC78AB15

View file

@ -9,7 +9,7 @@ services:
- './data/data:/opt/graphdb/data'
- './data/work:/opt/graphdb/work'
- './data/logs:/opt/graphdb/logs'
command: "\"-Dgraphdb.home=/opt/graphdb -Ddefault.min.distinct.threshold=1G\""
command: "\"-Dgraphdb.home=/opt/graphdb -Ddefault.min.distinct.threshold=250M\""
# Use 1GB of heap space
environment:
GDB_HEAP_SIZE: 4G