Skip to content

Commit

Permalink
chore(elasticsearch): increase memory for data nodes on staging (#1198)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostka authored Oct 18, 2023
1 parent de01f6c commit ff1d5eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions k8s/helmfile/env/staging/elasticsearch-1.values.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ master:
size: 5Gi

data:
heapSize: 2048m
heapSize: 4096m
resources:
requests:
cpu: "1"
memory: "4Gi"
memory: "8Gi"
limits:
cpu: "1"
memory: "4Gi"
memory: "8Gi"
persistence:
enabled: true
accessModes: [ "ReadWriteOnce" ]
Expand Down

0 comments on commit ff1d5eb

Please sign in to comment.