Tweak ES logging memory behaviour

This commit is contained in:
Stefan Reimer 2023-12-01 16:56:21 +00:00
parent 3dfd8bd4e4
commit 8a7ff1f8a1
1 changed files with 2 additions and 1 deletions

View File

@ -25,6 +25,7 @@ spec:
node.processors: {{ .processors }}
{{- end }}
indices.memory.index_buffer_size: "20%"
index.store.type: niofs
podTemplate:
# Remove once https://github.com/elastic/elasticsearch/pull/65923 is merged
{{- if $.Values.es.s3Snapshot.iamrole }}
@ -61,7 +62,7 @@ spec:
{{- if .jvm_heap }}
env:
- name: ES_JAVA_OPTS
value: -Xms{{ .jvm_heap }}g -Xmx{{ .jvm_heap }}g
value: -Xms{{ .jvm_heap }} -Xmx{{ .jvm_heap }}
{{- end }}
#{{- if $.Values.es.s3Snapshot.iamrole }}
# - name: AWS_ROLE_ARN