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/