Re: Where does all the memory go ?

[ Available lists | Index of freebsd-questions | Month of Feb 1996 | Week of 16 Feb 1996 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
David Greenman <davidg@Root.COM>
Date
16 Feb 1996 11:16:56
Subject
Re: Where does all the memory go ?
Message-ID
199602161915.LAA00232@Root.COM

In reply to

[ Hide this part ]
>That is a total of just over 20MB.
>
>Clearly, the kernel takes up some unaccounted for space. Does the UBC also ?
>or since it is integrated with the VM system, is buffer cache use reflected in
>the vmstat output ?
>
>Just looking for some information on how to better account for memory usage,
>or to figure for the missing 12MB. Or maybe using PS rss + VMSTAT free + kernel
>space is not a valid measurement technique ?
>
>I guess I was slightly surprised to see only 11MB on the free list in the
>above situation.

"Free" memory consists of free and cached pages. See the output of
'vmstat -s' for the "pages in VM cache". In general, this is the number of
pages that contain cached file data.

-DG

David Greenman
Core Team/Principal Architect, The FreeBSD Project


Elapsed time: 0.234 seconds