Correct #indefinite-wait-buffer explanation
The relevent code block on `swread` which is page-in not page-out. Reported by: Mark Millard <markmi@dsl-only.net>
This commit is contained in:
parent
40d4501456
commit
e3bfd7fc38
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51344
1 changed files with 2 additions and 1 deletions
|
@ -2230,7 +2230,8 @@ kern.timecounter.hardware: TSC -> i8254</screen>
|
|||
</question>
|
||||
|
||||
<answer>
|
||||
<para>This means that a process is trying to page memory to
|
||||
<para>This means that a process is trying to page memory
|
||||
from
|
||||
disk, and the page attempt has hung trying to access the
|
||||
disk for more than 20 seconds. It might be caused by bad
|
||||
blocks on the disk drive, disk wiring, cables, or any
|
||||
|
|
Loading…
Reference in a new issue