triplestore: Memory Management

This commit is contained in:
Tom Wiesing 2022-01-12 11:55:59 +01:00
parent 28e42241bd
commit b9f50ba323
No known key found for this signature in database
GPG key ID: DC1F29F2BC78AB15
2 changed files with 4 additions and 4 deletions

View file

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