From: David Rientjes <rientjes@google.com>
To: Russell King - ARM Linux <linux@arm.linux.org.uk>
Cc: linux-arm-kernel@lists.infradead.org, linux-mm@kvack.org
Subject: Re: Recent 3.x kernels: Memory leak causing OOMs
Date: Sun, 16 Feb 2014 15:42:46 -0800 (PST) [thread overview]
Message-ID: <alpine.DEB.2.02.1402161531380.10992@chino.kir.corp.google.com> (raw)
In-Reply-To: <20140216225000.GO30257@n2100.arm.linux.org.uk>
On Sun, 16 Feb 2014, Russell King - ARM Linux wrote:
> However, that doesn't negate the point which I brought up in my other
> mail - I have been chasing a memory leak elsewhere, and I so far have
> two dumps off a different machine - both of these logs are from the
> same machine, which took 41 days to OOM.
>
> http://www.home.arm.linux.org.uk/~rmk/misc/log-20131228.txt
> http://www.home.arm.linux.org.uk/~rmk/misc/log-20140208.txt
>
You actually have free memory in both of these, the problem is
fragmentation: the first log shows oom kills where order=2 and the second
long shows oom kills where order=3.
If I look at an example from the second log:
Normal free:35052kB min:1416kB low:1768kB high:2124kB active_anon:28kB
inactive_anon:60kB active_file:140kB inactive_file:140kB unevictable:0kB
isolated(anon):0kB isolated(file):0kB present:131072kB managed:125848kB
mlocked:0kB dirty:0kB writeback:40kB mapped:0kB shmem:0kB
slab_reclaimable:3024kB slab_unreclaimable:9036kB kernel_stack:1248kB
pagetables:1696kB unstable:0kB bounce:0kB free_cma:0kB writeback_tmp:0kB
pages_scanned:574 all_unreclaimable? yes
you definitely are missing memory somewhere, but I'm not sure it's going
to be detected by kmemleak since the slab stats aren't very high. The
system has ~123MB of memory, ~34.5MB is user or free memory, ~12MB is
slab, and ~3MB for stack and pagetables means you're missing over half of
your memory somewhere. There's types of memory that isn't shown here for
things like vmalloc(), things that call alloc_pages() directly, hugepages,
etc.
You also have a lot of swap available:
Free swap = 1011476kB
Total swap = 1049256kB
These ooms are coming from the high-order sk_page_frag_refill() which has
been changed recently to fallback without calling the oom killer, you'll
need commit ed98df3361f0 ("net: use __GFP_NORETRY for high order
allocations") that Linus merged about 1.5 weeks ago.
So I'd recommend forgetting about kmemleak here, try a kernel with that
commit to avoid the oom killing, and then capture /proc/meminfo at regular
intervals to see if something continuously grows that isn't captured in
the oom log.
--
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 prev parent reply other threads:[~2014-02-16 23:42 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-16 20:05 Russell King - ARM Linux
2014-02-16 21:43 ` Theodore Ts'o
2014-02-17 18:34 ` Catalin Marinas
2014-02-16 22:17 ` David Rientjes
2014-02-16 22:50 ` Russell King - ARM Linux
2014-02-16 23:42 ` David Rientjes [this message]
2014-02-17 21:02 ` Maxime Bizon
2014-02-17 21:09 ` Russell King - ARM Linux
2014-03-15 10:19 ` Russell King - ARM Linux
2014-03-17 7:07 ` NeilBrown
2014-03-17 8:51 ` Russell King - ARM Linux
2014-03-17 18:18 ` Catalin Marinas
2014-03-17 19:33 ` Russell King - ARM Linux
2014-04-01 9:19 ` Russell King - ARM Linux
2014-04-01 11:38 ` Russell King - ARM Linux
2014-04-01 14:04 ` Russell King - ARM Linux
2014-04-02 23:28 ` NeilBrown
2014-04-01 15:58 ` Catalin Marinas
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=alpine.DEB.2.02.1402161531380.10992@chino.kir.corp.google.com \
--to=rientjes@google.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-mm@kvack.org \
--cc=linux@arm.linux.org.uk \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox