triplestore: Use 1GB of memory per query
This commit is contained in:
parent
55d48f213f
commit
28e42241bd
1 changed files with 1 additions and 1 deletions
|
|
@ -60,5 +60,5 @@ VOLUME /opt/graphdb/work
|
|||
VOLUME /opt/graphdb/logs
|
||||
|
||||
# setup command and entrypoint
|
||||
CMD ["-Dgraphdb.home=/opt/graphdb"]
|
||||
CMD ["-Dgraphdb.home=/opt/graphdb -Ddefault.min.distinct.threshold=1G"]
|
||||
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue