Re: vm issues on sap app server

From: Rik van Riel (riel@imladris.surriel.com)
Date: Thu Feb 20 2003 - 11:00:12 EST


On Thu, 20 Feb 2003, Dejan Muhamedagic wrote:
> On Thu, Feb 20, 2003 at 10:21:50AM -0300, Rik van Riel wrote:
> > On Thu, 20 Feb 2003, Dejan Muhamedagic wrote:
> >
> > > # mem | grep Cache
> > > Cached: 4569128 kB
> > > SwapCached: 829668 kB
> > > ActiveCache: 136728 kB
> >
> > The "problem" here is that a lot of the memory in Cached: is
> > mapped into process address space, so in effect it is process
> > memory.
>
> Is there a way to split the statistics? It also sounds confusing :)

ActiveAnon is the active memory mapped into user processes,
plus swap cache. ActiveCache is the active memory that's
only caching files and not mapped into user memory.

Note that this isn't always correct since a page can start
in one cache and become mapped by user processes, or be
unmapped. Linux moves the pages lazily.

> > > > In that case you're probably familiar with the cache size
> > > > tuning, since AIX has the exact same tuning knob as rmap ;)
> > >
> > > AIX vmtune -P is equivalent to the Linux cache-max, but cache-max
> > > is not implemented.

> http://publibn.boulder.ibm.com/doc_link/en_US/a_doc_lib/cmds/aixcmds6/vmtune.htm

OK, vmtune -p is equivalent to cache-min, vmtune -P is
equivalent to cache-borrow ...

It looks like AIX doesn't have a cache-max, either.

kind regards,

Rik

-- 
Engineers don't grow up, they grow sideways.
http://www.surriel.com/		http://kernelnewbies.org/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun Feb 23 2003 - 22:00:29 EST