Skip to content

Commit

Permalink
Raise memory allocated to Elasticsearch on staging
Browse files Browse the repository at this point in the history
The app seems to be overloading Elasticsearch... again.
  • Loading branch information
yrodiere committed Jan 31, 2025
1 parent 6d04c74 commit 762b65c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/helm/values.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ app:
memory: 500Mi
elasticsearch:
envs:
ES_JAVA_OPTS: ' -Xms500m -Xmx500m '
ES_JAVA_OPTS: ' -Xms750m -Xmx750m '
resources:
limits:
cpu: 500m
memory: 1.0Gi
memory: 1.5Gi
requests:
cpu: 250m
memory: 750Mi
memory: 1.0Mi

0 comments on commit 762b65c

Please sign in to comment.