Skip to content

Commit 1bca9e6

Browse files
committed
PR feedback
1 parent f73e391 commit 1bca9e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

support/sql/database-engine/agent/job-failed-error-258.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ This issue can be caused by any of the following underlying problems:
213213
- Worker exhaustion, for example `Workers: 512/512`.
214214
- `WorkQueue` is greater than zero. This value indicates that tasks are waiting and the system is overloaded.
215215
- CPU pressure:
216-
- `RunnableTasks` is greater than zero. This value indicates that a CPU bottleneck exists.
216+
- `RunnableTasks` is greater than zero. This value indicates that a CPU bottleneck exists. A non-zero value can also indicate that the SQL Server scheduler is being monopolized by a thread (a non-yielding scheduler).
217217
- Memory pressure:
218218
- `Memory state` is `LOW`. This value indicates that the overall system is low on memory.
219219
- A low value for `AvailableMB`. This value indicates high memory usage for SQL Server.

0 commit comments

Comments
 (0)