Subj : Re: memory usage To : comp.os.linux From : Ben Gardner Date : Sun Jul 04 2004 10:19 pm The file cache in Linux will eventually use all available memory. I'm not sure what you mean by committed memory... but the file cache does write dirty blocks within a few seconds. So the pages in memory aren't dirty. It's pretty cool - when I edit & compile a large project, Linux rarely hits the harddrive - all the code, libs, etc are cached in memory. That makes for a very fast compile. =) Ben utkanbir wrote: > Hi , > > My system is redhat linux advanced server 2.1 , 4 itanium 64 cpus and > 8gb. ram > i use oracle 9.2.0.2 > > I realized that event when the dbserver is stopped . the top utility > shows more than 5gb.memory is in use. Oracle is the only application > in the server.Why does linux use this much memory? Is this committed > mem? .