Re: [Ganglia-general] What's the meaning of Cached memory and Buffered memory

2006-05-23 Thread Martin Knoblauch
Hi Yongsheng, the meaning of cached/buffered depends on the architecture. If you are on Linux, cached describes the amount of memory that is used for the page cache, which usually means the pages used to speed up IO operations. It will not go down, unless all there is pressure for memory from

RE: [Ganglia-general] What's the meaning of Cached memory and Buffered memory

2006-05-23 Thread Zhao, Yongsheng
To: Zhao, Yongsheng; ganglia-general@lists.sourceforge.net Cc: Subject: Re: [Ganglia-general] What's the meaning of Cached memory and Buffered memory Hi Yongsheng, the meaning of cached/buffered depends on the architecture. If you

RE: [Ganglia-general] What's the meaning of Cached memory and Buffered memory

2006-05-23 Thread Martin Knoblauch
Hi Yongsheng, the only sure way to get it down is reboot. Another way mybe to unmount/mount all filesystems (which does not work for / :-) But there is no need to worry about cached. It will go away automatically if an application wants the memory. Oh - you could write an application that

RE: [Ganglia-general] What's the meaning of Cached memory and Buffered memory

2006-05-23 Thread Zhao, Yongsheng
I see. Thanks Martin. Yongsheng -Original Message- From: Martin Knoblauch [mailto:[EMAIL PROTECTED] Sent: Tue 5/23/2006 1:26 PM To: Zhao, Yongsheng; ganglia-general@lists.sourceforge.net Cc: Subject:RE: [Ganglia-general] What's the meaning of Cached memory

Re: [Ganglia-general] What's the meaning of Cached memory and Buffered memory

2006-05-23 Thread Alex Balk
; ganglia-general@lists.sourceforge.net *Cc:* *Subject:* Re: [Ganglia-general] What's the meaning of Cached memory and Buffered memory Hi Yongsheng, the meaning of cached/buffered depends on the architecture. If you are on Linux, cached describes the amount of memory

Re: [Ganglia-general] What's the meaning of Cached memory and Buffered memory

2006-05-23 Thread José Miguel Pereira Tavares
On Tuesday, 23 May 2006 18:31, Alex Balk wrote: The only way I know of for reclaiming cached memory is to have an application generate lots of mallocs to obtain the memory used for cache and then free() it. I wouldn't call that a smart idea, though. It's possible to configure some