Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
remove DNS caching
Browse files Browse the repository at this point in the history
  • Loading branch information
moxious committed Jul 22, 2020
1 parent b05b9f4 commit 3e1fbe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/common-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ data:
NEO4J_dbms_connector_https_listen__address: 0.0.0.0:7473
NEO4J_causal__clustering_minimum__core__cluster__size__at__formation: "3"
NEO4J_causal__clustering_minimum__core__cluster__size__at__runtime: "2"
NEO4J_dbms_jvm_additional: "-XX:+ExitOnOutOfMemoryError -Dnetworkaddress.cache.negative.ttl=0 -Dakka.io.dns.inet-address.negative-ttl=never -Dnetworkaddress.cache.ttl=0"
NEO4J_dbms_jvm_additional: "-XX:+ExitOnOutOfMemoryError"
NEO4J_metrics_graphite_enabled: "{{ .Values.metrics.graphite.enabled }}"
NEO4J_metrics_graphite_server: "{{ .Values.metrics.graphite.server }}"
NEO4J_metrics_graphite_interval: "{{ .Values.metrics.graphite.interval }}"
Expand Down

0 comments on commit 3e1fbe2

Please sign in to comment.