Skip to content

Commit 0206b4c

Browse files
mromaioskderusso
andauthored
Update troubleshoot/elasticsearch/rejected-requests.md
Co-authored-by: Kathleen DeRusso <[email protected]>
1 parent 88d61fb commit 0206b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

troubleshoot/elasticsearch/rejected-requests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@ If {{es}} regularly rejects requests and other tasks, your cluster likely has hi
8484

8585
When working with semantic_text fields in versions 8.19+ and 9.1+:
8686

87-
1. First, try reducing the batch size of documents in your indexing requests.
87+
1. Reduce the batch size of documents in your indexing requests.
8888
2. If reducing batch size doesn't resolve the issue, then consider scaling up your machine resources.
8989
3. A last resort option is to adjust the `indexing_pressure.memory.coordinating.limit` cluster setting. The default value is 10% of the heap. Increasing this limit allows more memory to be used for coordinating operations before rejections occur. This adjustment should only be considered after exhausting other options, as setting this value too high may risk Out of Memory (OOM) errors in your cluster. A cluster restart is required for this change to take effect.

0 commit comments

Comments
 (0)