Skip to content

Commit

Permalink
Reduce pressure on Elasticsearch in staging env
Browse files Browse the repository at this point in the history
As discussed, the previous config seems to lead to indexing failures in
the staging environment due to Elasticsearch tripping memory-related
circuit breakers and/or timing out.
  • Loading branch information
yrodiere committed Dec 4, 2024
1 parent 89035e1 commit 8201b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/helm/values.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ app:
envs:
QUARKUS_PROFILE: 'staging'
# Avoid overloading the rather resource-constrained Search backend instance
INDEXING_QUEUE_COUNT: '6'
INDEXING_QUEUE_COUNT: '4'
INDEXING_BULK_SIZE: '10'
resources:
limits:
Expand Down

0 comments on commit 8201b69

Please sign in to comment.