Re: Amount of free mem decreasing..

From: Steven G. Kargl (kargl_at_c-67-168-59-70.client.comcast.net)
Date: 12/30/04


Date: Thu, 30 Dec 2004 17:21:05 GMT

In article <10t7ms9r0t2ra4f@corp.supernews.com>,
        "nntp" <asf@sadfkj.cosdf> writes:
> Gotcha.. Thanks for the info..
>
> I was under the impression that this was something bad and that i would run
> out of memory next week thus needing a reboot. Your explination sounds good
> to me.
>

http://www.freebsd.org/doc/en_US.ISO8859-1/books/arch-handbook/vm.html

It's called the buffer cache. How many times do you do
an "ls" or "rm" or "cd" during a session? Do you really
want to read the command from the hard drive every time
or grab it from cache memory.

-- 
Steve


Relevant Pages

  • Re: buffer cache question
    ... Subject: Re: buffer cache question ... >> looks like you're barely using any of your high memory. ... >> NBD need to support highmem for buffering? ... >> If know right, the kernel does buffering, not NBD! ...
    (Linux-Kernel)
  • Re: Increase disk cache and buffers in 5.3?
    ... Set min as being something less than 1/2 of memory ... Luckly, when FreeBSD does get too aggressive in freeing process memory, ... softupdates code by allowing for larger true buffer cache (which is related ... actually did allow for full decoupling of the dirty buffer ...
    (comp.unix.bsd.freebsd.misc)
  • Re: MySQL Performance Woody Vs Sarge
    ... but in memory and/or CPU. ... buffer cache without disk access. ... So you better check for correct settings of clock speed and the like. ...
    (Debian-User)
  • [HPADM] Followup: Ignite and Memroy Usage
    ... I have a another system that I am guessing has a lot of memory devoted to buffer cache, but I don't think that it is shrinking when more memory is need. ... the usage to Ignite. ... areas like processes, shared memory, shared libraries, memory ...
    (HP-UX-Admin)
  • Re[2]: How does disk caching work?
    ... FreeBSD has a unified buffer cache. ... >> MEMORY IS A BUFFER CACHE for all device IO. ...
    (freebsd-performance)