On Tue, 2 May 2000, Andy Waddell wrote:

> have to admit that I'm not sure what all these numbers really mean:
> 
> MemTotal:     31104 kB
> MemFree:      11260 kB
> MemShared:     7672 kB
> Buffers:       8192 kB
> Cached:        6252 kB

> But, it looks like there are rather largish allocations for "Buffers" and
> "Cached" which may or may not need to be so high since the performance of a

They are dynamically adjusted. If some program needs memory, buffers will
shrink. As for the cache, my GUESS is that it is the RAMdisk itself. You have
allocated max size of 8 MB, but you are not using all of it.

> bandwidth is low and performance requirements are modest.  Could anyone
> point me in the right direction as to where I can find info and/or tips on
> how to tune the kernel to use less memory even if it comes at the expense of
> some performance.

Just give it less memory ;-) Free memory is wasted memory, so kernel feels
free to use it - but it will give it back when needed.

Some things are configurable via writing to files in /proc/sys/vm/

--
Tomek


--
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the command "unsubscribe linux-embedded" in the message body.
For more information, see <http://waste.org/mail/linux-embedded>.

Reply via email to