Skip to content

Commit

Permalink
Disable elasticsearch heap dumps. Make other java opts configurable.
Browse files Browse the repository at this point in the history
  • Loading branch information
GUI committed Aug 9, 2016
1 parent 83cfe62 commit 920621e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/etc/perp/elasticsearch/rc.env.mustache
@@ -1,2 +1,2 @@
ES_JAVA_OPTS=-Des.default.path.conf={{etc_dir}}/elasticsearch
ES_JAVA_OPTS=-Des.default.path.conf={{etc_dir}}/elasticsearch -XX:-HeapDumpOnOutOfMemoryError {{elasticsearch.embedded_server_env.java_opts}}
ES_HEAP_SIZE={{elasticsearch.embedded_server_env.heap_size}}

0 comments on commit 920621e

Please sign in to comment.