Skip to content

Commit

Permalink
chore(elasticsearch): increase memory for master nodes on production (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostka authored Oct 23, 2023
1 parent 6791895 commit a80f161
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ extraConfig:
action.auto_create_index: false

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

0 comments on commit a80f161

Please sign in to comment.