From: "Chris Friesen" <cfriesen@nortel.com>
To: Linux Kernel <linux-kernel@vger.kernel.org>, linux-mm@kvack.org
Subject: Need help tracking down memory consumption increase
Date: Wed, 03 Feb 2010 14:20:59 -0600 [thread overview]
Message-ID: <4B69DAAB.9070301@nortel.com> (raw)
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
WARNING: multiple messages have this Message-ID (diff)
From: "Chris Friesen" <cfriesen@nortel.com>
To: Linux Kernel <linux-kernel@vger.kernel.org>, linux-mm@kvack.org
Subject: Need help tracking down memory consumption increase
Date: Wed, 03 Feb 2010 14:20:59 -0600 [thread overview]
Message-ID: <4B69DAAB.9070301@nortel.com> (raw)
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, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
next reply other threads:[~2010-02-03 20:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-03 20:20 Chris Friesen [this message]
2010-02-03 20:20 ` Need help tracking down memory consumption increase Chris Friesen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4B69DAAB.9070301@nortel.com \
--to=cfriesen@nortel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.