Skip to content

Commit

Permalink
chore(elasticsearch): increase memory for data nodes on staging
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostka committed Oct 18, 2023
1 parent aea8c19 commit 6e2e090
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 6e2e090

Please sign in to comment.