Skip to content

Commit d539d64

Browse files
authored
[wazuh](indexer.sts): increase java heap size (#74)
1 parent 5217cfe commit d539d64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/wazuh/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.2.1
18+
version: 1.2.2
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/wazuh/templates/indexer/indexer-sts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ spec:
6464
imagePullPolicy: {{ .Values.indexer.image.pullPolicy }}
6565
env:
6666
- name: OPENSEARCH_JAVA_OPTS
67-
value: '-Xms1g -Xmx1g -Dlog4j2.formatMsgNoLookups=true'
67+
value: '-Xms2g -Xmx2g -Dlog4j2.formatMsgNoLookups=true'
6868
- name: CLUSTER_NAME
6969
value: {{ include "wazuh.fullname" . }}
7070
- name: NETWORK_HOST

0 commit comments

Comments
 (0)