Skip to content

Commit

Permalink
chore(elasticsearch): increase memory for coord nodes on production (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostka authored Oct 24, 2023
1 parent e2304c2 commit d463d90
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ data:
enabled: false

coordinating:
heapSize: 2048m
heapSize: 4096m
resources:
requests:
cpu: "2"
memory: "4Gi"
memory: "8Gi"
limits:
cpu: "2"
memory: "4Gi"
memory: "8Gi"
livenessProbe:
initialDelaySeconds: 600
readinessProbe:
Expand Down

0 comments on commit d463d90

Please sign in to comment.