svn commit: r51344 - head/en_US.ISO8859-1/books/faq
Eitan Adler <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
Author: eadler Date: Thu Dec 28 07:26:53 2017 New Revision: 51344 URL: https://svnweb.freebsd.org/changeset/doc/51344 Log: Correct #indefinite-wait-buffer explanation The relevent code block on `swread` which is page-in not page-out. Reported by: Mark Millard <[email protected]> Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Wed Dec 27 20:57:46 2017 (r51343) +++ head/en_US.ISO8859-1/books/faq/book.xml Thu Dec 28 07:26:53 2017 (r51344) @@ -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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "[email protected]"