limiting Buf memory

Chuck Swiger cswiger at mac.com
Wed Jan 11 06:35:45 PST 2006


Wojciech Puchar wrote:
> on my 1GB machine:
> 
> Mem: 529M Active, 209M Inact, 149M Wired, 38M Cache, 109M Buf, 1772K Free
> 
> while "Cache" is dynamic, Buf is not and never goes down.
> 
> how can i get it down to somehow like 40MB?

I think "Buf" corresponds to what NetBSD's top calls "File", it's the amount of 
memory that is bufferring raw blocks from the disk.  Your traditional VM disk 
cache is the "Cache" entry.

See the end of "man top".

-- 
-Chuck


More information about the freebsd-questions mailing list