* Need help tracking down memory consumption increase
@ 2010-02-03 20:20 Chris Friesen
0 siblings, 0 replies; only message in thread
From: Chris Friesen @ 2010-02-03 20:20 UTC (permalink / raw)
To: Linux Kernel, linux-mm
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-02-03 20:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-03 20:20 Need help tracking down memory consumption increase Chris Friesen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox