Skip to content

Commit 89e4274

Browse files
Update troubleshoot/elasticsearch/high-cpu-usage.md
Co-authored-by: shainaraskas <[email protected]>
1 parent 7002d08 commit 89e4274

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

troubleshoot/elasticsearch/high-cpu-usage.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,8 @@ For more information, refer to [](/deploy-manage/production-guidance/optimize-pe
120120
To further reduce CPU load or mitigate temporary spikes in resource usage, consider these steps:
121121

122122
* **Scale your cluster**: Heavy indexing and search loads can deplete smaller thread pools. Add nodes or upgrade existing ones to handle increased indexing and search loads more effectively.
123-
* Spread out bulk requests: Submit smaller [bulk indexing](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-bulk-1) or multi-search requests and space them out to avoid overwhelming thread pools.
124-
* Cancel long-running searches: Regularly use the task management API to identify and cancel searches that consume excessive CPU time. To check
125-
for these searches, use the [task management API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-tasks-list).
123+
* **Spread out bulk requests**: Submit smaller [bulk indexing](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-bulk-1) or multi-search requests, and space them out to avoid overwhelming thread pools.
124+
* **Cancel long-running searches**: Regularly use the [task management API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-tasks-list) to identify and cancel searches that consume excessive CPU time.
126125

127126
```console
128127
GET _tasks?actions=*search&detailed

0 commit comments

Comments
 (0)