Re: tracking memory usage/leak in "inactive" field in /proc/meminfo?

From: Rik van Riel
Date: Mon Feb 15 2010 - 12:00:27 EST


On 02/15/2010 10:50 AM, Chris Friesen wrote:

Looking at the code, it looks like page_remove_rmap() clears the
Anonpage flag and removes it from NR_ANON_PAGES, and the caller is
responsible for removing it from the LRU. Is that right?

Nope.

I'll keep digging in the code, but does anyone know where the removal
from the LRU is supposed to happen in the above code paths?

Removal from the LRU is done from the page freeing code, on
the final free of the page.

It appears you have code somewhere that increments the reference
count on user pages and then forgets to lower it afterwards.

--
All rights reversed.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/