Autor: John W. Baxter Data: Para: exim-users Assunto: Re: [exim] Exim has stopped sending email
On 2/8/06 2:59 AM, "John Hall" <j@???> wrote:
> Be careful how you interpret these figures - Linux will use any spare
> RAM as file cache, so the amount of "free" memory is misleading. If
> apps need more RAM then the file caches are given up.
procinfo -r
or
free
will show how much file buffering Linux is doing.
Adding -f to the procinfo command or -s seconds to the free command will
cause the commands to show their data periodically. (Use man for details.)