diff --git a/en_US.ISO8859-1/books/faq/book.sgml b/en_US.ISO8859-1/books/faq/book.sgml
index a5586f3f7a..bfc52a0dfd 100644
--- a/en_US.ISO8859-1/books/faq/book.sgml
+++ b/en_US.ISO8859-1/books/faq/book.sgml
@@ -7282,7 +7282,7 @@ define(`confDELIVERY_MODE',`deferred')dnl
What do the various memory states displayed by
top mean?
-
+
Active: pages recently
@@ -7337,6 +7337,28 @@ define(`confDELIVERY_MODE',`deferred')dnl
described.
+
+
+
+ How much free memory is available
+
+
+
+ There are a couple of kinds of free
+ memory
. One kind is the amount of memory
+ immediately available without paging anything else out.
+ That is approximately the size of cache queue + size of
+ free queue (with a derating factor, depending upon system
+ tuning.) Another kind of free memory
is
+ the total amount of VM space. That can
+ be complex, but is dependent upon the amount of swap space
+ and memory. Other kinds of free memory
+ descriptions are also possible, but it is relatively
+ useless to define these, but rather it is important to
+ make sure that the paging rate is kept low, and to avoid
+ running out of swap space.
+
+