Re: VM performance problem

From: David S. Miller (davem@redhat.com)
Date: Mon Dec 18 2000 - 13:44:14 EST


   Date: Mon, 18 Dec 2000 13:54:56 -0500 (EST)
   From: "Richard B. Johnson" <root@chaos.analogic.com>

   6/ Deallocates all the buffers by running down the linked-list.

 ...

   If the program deallocates all the buffers, as in (6) above, it will
   take even up to 1 whole minute!! At this time, there is an enormous
   amount of swap-file activity going on.

How exactly are these buffers allocated/deallocated? Are you
absolutely certain that the deallocation process does not make loads
from or stores into the buffers as a free(3) implementation would?

That would cause the pages to be sucked back from swap space.

Later,
David S. Miller
davem@redhat.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Dec 23 2000 - 21:00:22 EST