Skip to content

Commit

Permalink
production: increase memory for elasticsearch masters
Browse files Browse the repository at this point in the history
Bug: T354048
  • Loading branch information
tarrow committed Jan 8, 2024
1 parent 9a6d9cf commit 845ae1e
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: 4096m
heapSize: 5096m
resources:
requests:
cpu: "1"
memory: "8Gi"
memory: "10Gi"
limits:
cpu: "2"
memory: "8Gi"
memory: "10Gi"
persistence:
enabled: true
accessModes: [ "ReadWriteOnce" ]
Expand Down

0 comments on commit 845ae1e

Please sign in to comment.