triplestore: Use 1GB of memory per query

This commit is contained in:
Tom Wiesing 2022-01-12 11:41:34 +01:00
parent 55d48f213f
commit 28e42241bd
No known key found for this signature in database
GPG key ID: DC1F29F2BC78AB15

View file

@ -60,5 +60,5 @@ VOLUME /opt/graphdb/work
VOLUME /opt/graphdb/logs VOLUME /opt/graphdb/logs
# setup command and entrypoint # setup command and entrypoint
CMD ["-Dgraphdb.home=/opt/graphdb"] CMD ["-Dgraphdb.home=/opt/graphdb -Ddefault.min.distinct.threshold=1G"]
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"] ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]