On Wed, 29 Sep 2010 08:57:09 +0200
Bas Smeelen <b.smee...@ose.nl> wrote:

>  *Cache:* number of clean pages caching data that are available for
> immediate reallocation
> http://www.freebsd.org/cgi/man.cgi?query=top&sektion=1
> <http://www.freebsd.org/cgi/man.cgi?query=top&sektion=1>

I believe the "Cache" value is almost totally unrelated to the
amount of memory used for caching: FreeBSD has a unified buffer cache
so any memory is available for use as cache. Unlike Linux, you can't
look at the line in 'top' to see how much memory is being used for
buffers and cache.

You can find more information about the VM architecture at
http://www.freebsd.org/doc/en/books/arch-handbook/vm.html .

-- 
Bruce Cran
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to