Skip to content

Commit

Permalink
Merge pull request #2102 from Sefaria/up-mem-for-reindex-elastic-search
Browse files Browse the repository at this point in the history
fix(search): increase the amount of RAM the reindex elastic search cr…
  • Loading branch information
nsantacruz authored Nov 11, 2024
2 parents a93e6fa + 39a3770 commit e6d2b85
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 e6d2b85

Please sign in to comment.