Date: Thu, 28 Dec 2017 07:26:53 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51344 - head/en_US.ISO8859-1/books/faq Message-ID: <201712280726.vBS7Qr3p070476@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <markmi@dsl-only.net> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712280726.vBS7Qr3p070476>