You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/sql/database-engine/agent/job-failed-error-258.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -213,7 +213,7 @@ This issue can be caused by any of the following underlying problems:
213
213
- Worker exhaustion, for example `Workers: 512/512`.
214
214
- `WorkQueue` is greater than zero. This value indicates that tasks are waiting and the system is overloaded.
215
215
- 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).
217
217
- Memory pressure:
218
218
- `Memory state` is `LOW`. This value indicates that the overall system is low on memory.
219
219
- A low value for `AvailableMB`. This value indicates high memory usage for SQL Server.
0 commit comments