> 
> Here is my cuestion:
>     What are cache and buffer memory?
>     What I have to do to empty them?, because when I finished using a big
> program (such as netscape) I
>     have only 3% mem avaible, almost the rest is occupied by cache and
buffer
> mem

When the system needs to read from a hard disk drive (or other cached
peripheral) it actually reads more data than it needs and stores the
"extra" data in memory so that if a second read is required from the drive
it can get that information from memory, which is a far quicker operation.
This is a cache/buffer. Your program that is leaving the memory full at the
end is not a problem as when another program requires memory the old cache
information will be thrown away. (In theory ;->). 

-
To get out of this list, please send email to [EMAIL PROTECTED] with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the
archiv at http://www.suse.com/Mailinglists/suse-linux-e/index.html

Reply via email to