Skip to content

Commit 2634e95

Browse files
Update troubleshoot/elasticsearch/high-cpu-usage.md
Co-authored-by: shainaraskas <[email protected]>
1 parent 449bd66 commit 2634e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

troubleshoot/elasticsearch/high-cpu-usage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ For more information, refer to [](/deploy-manage/production-guidance/optimize-pe
119119

120120
To further reduce CPU load or mitigate temporary spikes in resource usage, consider these steps:
121121

122-
* 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.
122+
* **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.
123123
* 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.
124124
* Cancel long-running searches: Regularly use the task management API to identify and cancel searches that consume excessive CPU time. To check
125125
for these searches, use the [task management API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-tasks-list).

0 commit comments

Comments
 (0)