Subject: Re: file creation decreases memory !
To: None <nmahajan@hss.hns.com>
From: Perry E. Metzger <perry@piermont.com>
List: tech-embed
Date: 03/03/2004 11:39:32
nmahajan@hss.hns.com writes:
> I could guess all that, but why is netbsd in my case not free'ing up these
> buffers when a new process is starting up and is asking for memory. ?

Why are you assuming it won't free them up if it runs out?

The system caches everything it can in memory, and throws out portions
of the cache if it decides it needs the pages for something else more
urgently. This is all normal behavior.

.pm