Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Need help tracking down memory consumption increase

3 views
Skip to first unread message

Chris Friesen

unread,
Feb 3, 2010, 3:30:01 PM2/3/10
to
I'm seeing a slow increase in memory consumption and I'm trying to
narrow down the possible causes.

In my test, I got the system into steady-state and then started
monitoring /proc/meminfo.

After 14 hrs:
MemFree had dropped by 594MB.
Active + Inactive + Slab increased by 594MB
Buffers + Cached + AnonPages + Mapped + Slab increased by 290MB

The other categories in /proc/meminfo didn't change significantly.

I've done some experimenting and it seems that pages allocated in the
kernel via alloc_page() and friends don't show up in /proc/meminfo
except that they're deducted from the MemFree category. Specifically,
they don't seem to show up in the Active/Inactive category. Can someone
confirm this?

Given the above, what types of pages are in Active/Inactive other than
Buffers + Cached + AnonPages + Mapped?

Thanks,

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

0 new messages