From 28e42241bd5bdbb8a598028c83979cb77c0bc84c Mon Sep 17 00:00:00 2001 From: Tom Wiesing Date: Wed, 12 Jan 2022 11:41:34 +0100 Subject: [PATCH] triplestore: Use 1GB of memory per query --- distillery/resources/compose/triplestore/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distillery/resources/compose/triplestore/Dockerfile b/distillery/resources/compose/triplestore/Dockerfile index 38747b4..79e449f 100644 --- a/distillery/resources/compose/triplestore/Dockerfile +++ b/distillery/resources/compose/triplestore/Dockerfile @@ -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"]