Skip to content

Commit

Permalink
Merge pull request #354 from yrodiere/staging-smaller
Browse files Browse the repository at this point in the history
Reduce resource usage on staging
  • Loading branch information
yrodiere authored Nov 7, 2024
2 parents 49f9e99 + db7a3dd commit 5eb509c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/main/helm/values.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@ app:
envs:
QUARKUS_PROFILE: 'staging'
# Avoid overloading the rather resource-constrained OpenSearch instance
INDEXING_QUEUE_COUNT: '6'
INDEXING_QUEUE_COUNT: '4'
INDEXING_BULK_SIZE: '10'
resources:
limits:
cpu: 2000m
cpu: 1000m
memory: 1Gi
requests:
cpu: 400m
cpu: 250m
memory: 500Mi
opensearch:
envs:
OPENSEARCH_JAVA_OPTS: ' -Xms700m -Xmx700m '
OPENSEARCH_JAVA_OPTS: ' -Xms500m -Xmx500m '
resources:
limits:
cpu: 1000m
memory: 1.5Gi
requests:
cpu: 500m
memory: 1.0Gi
memory: 1.0Gi
requests:
cpu: 250m
memory: 750Mi

0 comments on commit 5eb509c

Please sign in to comment.