Skip to content

Commit

Permalink
stopping query caching to control memory use
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie1977 authored Sep 23, 2024
1 parent 19c30c3 commit 8070ad0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ ENV NEO4J_dbms_security_auth__enabled=true
ENV NEO4J_dbms_memory_heap_maxSize=4G
ENV NEO4J_dbms_memory_heap_initial__size=1G
ENV NEO4J_dbms_read__only=true
ENV NEO4J_dbms_query__cache__size=0
ENV NEO4J_dbms_default__listen__address=0.0.0.0
ENV NEO4J_dbms_connector_http_advertised__address=0.0.0.0:7474
ENV NEO4J_dbms_connector_bolt_advertised__address=0.0.0.0:7687
Expand Down

0 comments on commit 8070ad0

Please sign in to comment.