diff options
Diffstat (limited to 'Dockerfile.neo4j')
-rw-r--r-- | Dockerfile.neo4j | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Dockerfile.neo4j b/Dockerfile.neo4j index 0b20d49de..373c2abb0 100644 --- a/Dockerfile.neo4j +++ b/Dockerfile.neo4j @@ -12,3 +12,6 @@ com.graphaware.module.NR.maxTopRankNodes=10\n\ com.graphaware.module.NR.dampingFactor=0.85\n\ com.graphaware.module.NR.propertyKey=nodeRank\n'\ >> /var/lib/neo4j/conf/neo4j.conf +RUN echo 'com.graphaware.runtime.stats.disabled=true\n\ +com.graphaware.server.stats.disabled=true\n'\ + >> /var/lib/neo4j/conf/neo4j.conf |