diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-06-29 08:52:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-29 08:52:59 -0400 |
commit | f1f460f79cfff40cb90dcd23c90b41195c5acd91 (patch) | |
tree | 08eaf0f57abf75e702af58e0a586322882c5308e /roles | |
parent | 28760baa0a2047f6dada818acebb84d43a6a4679 (diff) | |
parent | 42ac2ba44d1568a0073bbc036dd886d92a3975db (diff) | |
download | openshift-f1f460f79cfff40cb90dcd23c90b41195c5acd91.tar.gz openshift-f1f460f79cfff40cb90dcd23c90b41195c5acd91.tar.bz2 openshift-f1f460f79cfff40cb90dcd23c90b41195c5acd91.tar.xz openshift-f1f460f79cfff40cb90dcd23c90b41195c5acd91.zip |
Merge pull request #4451 from wozniakjan/logging_es_heap_dump
logging: write ES heap dump to persistent storage
Diffstat (limited to 'roles')
-rw-r--r-- | roles/openshift_logging_elasticsearch/templates/es.j2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/openshift_logging_elasticsearch/templates/es.j2 b/roles/openshift_logging_elasticsearch/templates/es.j2 index 844dbc8c2..1ca4220a3 100644 --- a/roles/openshift_logging_elasticsearch/templates/es.j2 +++ b/roles/openshift_logging_elasticsearch/templates/es.j2 @@ -78,6 +78,9 @@ spec: name: "INSTANCE_RAM" value: "{{openshift_logging_elasticsearch_memory_limit}}" - + name: "HEAP_DUMP_LOCATION" + value: "/elasticsearch/persistent/heapdump.hprof" + - name: "NODE_QUORUM" value: "{{es_node_quorum | int}}" - |