Skip to content

Commit

Permalink
Merge pull request #387 from yrodiere/staging-less-resource
Browse files Browse the repository at this point in the history
Reduce resource usage even more on staging
  • Loading branch information
yrodiere authored Jan 3, 2025
2 parents 76c42c9 + 40deeae commit fda07b2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/helm/values.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ app:
QUARKUS_PROFILE: 'staging'
# Avoid overloading the rather resource-constrained Search backend instance
INDEXING_QUEUE_COUNT: '4'
INDEXING_BULK_SIZE: '10'
INDEXING_BULK_SIZE: '5'
resources:
limits:
cpu: 1000m
memory: 1Gi
memory: 750Mi
requests:
cpu: 250m
memory: 500Mi
memory: 400Mi
elasticsearch:
envs:
ES_JAVA_OPTS: ' -Xms500m -Xmx500m '
ES_JAVA_OPTS: ' -Xms350m -Xmx350m '
resources:
limits:
cpu: 500m
memory: 1.0Gi
requests:
cpu: 250m
memory: 750Mi
memory: 500Mi

0 comments on commit fda07b2

Please sign in to comment.