Tweak ES logging memory behaviour
This commit is contained in:
parent
fa1765d53e
commit
a9974b17b7
@ -25,6 +25,7 @@ spec:
|
|||||||
node.processors: {{ .processors }}
|
node.processors: {{ .processors }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
indices.memory.index_buffer_size: "20%"
|
indices.memory.index_buffer_size: "20%"
|
||||||
|
index.store.type: niofs
|
||||||
podTemplate:
|
podTemplate:
|
||||||
# Remove once https://github.com/elastic/elasticsearch/pull/65923 is merged
|
# Remove once https://github.com/elastic/elasticsearch/pull/65923 is merged
|
||||||
{{- if $.Values.es.s3Snapshot.iamrole }}
|
{{- if $.Values.es.s3Snapshot.iamrole }}
|
||||||
@ -61,7 +62,7 @@ spec:
|
|||||||
{{- if .jvm_heap }}
|
{{- if .jvm_heap }}
|
||||||
env:
|
env:
|
||||||
- name: ES_JAVA_OPTS
|
- name: ES_JAVA_OPTS
|
||||||
value: -Xms{{ .jvm_heap }}g -Xmx{{ .jvm_heap }}g
|
value: -Xms{{ .jvm_heap }} -Xmx{{ .jvm_heap }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
#{{- if $.Values.es.s3Snapshot.iamrole }}
|
#{{- if $.Values.es.s3Snapshot.iamrole }}
|
||||||
# - name: AWS_ROLE_ARN
|
# - name: AWS_ROLE_ARN
|
||||||
|
Loading…
Reference in New Issue
Block a user