Skip to content

Commit

Permalink
fix(search): increase the amount of RAM the reindex elastic search cr…
Browse files Browse the repository at this point in the history
…onjob needs so that it avoids an OOM error
  • Loading branch information
nsantacruz committed Nov 7, 2024
1 parent 01b642a commit 39a3770
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
image: "{{ .Values.web.containerImage.imageRegistry }}:{{ .Values.web.containerImage.tag }}"
resources:
limits:
memory: 9Gi
memory: 10Gi
requests:
memory: 7Gi
env:
Expand Down

0 comments on commit 39a3770

Please sign in to comment.