triplestore: Update to 16GB / 2 GB per query

This commit is contained in:
Tom Wiesing 2022-02-28 14:59:41 +01:00
parent c6f4f97497
commit 59ea9538e4
No known key found for this signature in database
GPG key ID: DC1F29F2BC78AB15

View file

@ -9,10 +9,10 @@ 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=250M\""
command: "\"-Dgraphdb.home=/opt/graphdb -Ddefault.min.distinct.threshold=2G\""
# Use 1GB of heap space
environment:
GDB_HEAP_SIZE: 4G
GDB_HEAP_SIZE: 16G
restart: always