Skip to content

Commit 3769cd7

Browse files
committed
Merge branch 'add_429_semantic_text_note' of github.com:mromaios/docs-content into add_429_semantic_text_note
2 parents 88d61fb + 0206b4c commit 3769cd7

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)