Skip to content

Commit

Permalink
chore(elasticsearch): up master node memory to 25% of data node
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostka committed Jan 8, 2024
1 parent 6b85911 commit 723bd63
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ extraConfig:

master:
replicaCount: 3
heapSize: 5096m
heapSize: 8192m
resources:
requests:
cpu: "1"
memory: "10Gi"
memory: "16Gi"
limits:
cpu: "2"
memory: "10Gi"
memory: "16Gi"
persistence:
enabled: true
accessModes: [ "ReadWriteOnce" ]
Expand Down

0 comments on commit 723bd63

Please sign in to comment.