linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: "Михаил Гаврилов" <mikhail.v.gavrilov@gmail.com>
To: Michal Hocko <mhocko@kernel.org>
Cc: "Du, Changbin" <changbin.du@intel.com>, linux-mm@kvack.org
Subject: Re: swapper/0: page allocation failure: order:0, mode:0x1204010(GFP_NOWAIT|__GFP_COMP|__GFP_RECLAIMABLE|__GFP_NOTRACK), nodemask=(null)
Date: Thu, 26 Oct 2017 22:49:42 +0500	[thread overview]
Message-ID: <CABXGCsPukABMx40dGz7NSjKsWVsz_USFFeHdEY-ZMdgRLCfuwQ@mail.gmail.com> (raw)
In-Reply-To: <20171024200639.2pyxkw2cucwxrtlb@dhcp22.suse.cz>

[-- Attachment #1: Type: text/plain, Size: 1404 bytes --]

On 25 October 2017 at 01:06, Michal Hocko <mhocko@kernel.org> wrote:
> > [ 3551.169126] chrome: page allocation stalls for 11542ms, order:0,
> > mode:0x14280ca(GFP_HIGHUSER_MOVABLE|__GFP_ZERO), nodemask=(null)
>
> this is a sleeping allocation which means that it is allowed to perform
> the direct reclaim and that took a lot of time here. This is really
> unusual and worth debugging some more.
>
> [...]
> > [ 3551.169590] Mem-Info:
> > [ 3551.169595] active_anon:6904352 inactive_anon:520427 isolated_anon:0
> >                 active_file:55480 inactive_file:38890 isolated_file:0
> >                 unevictable:1836 dirty:556 writeback:0 unstable:0
> >                 slab_reclaimable:67559 slab_unreclaimable:95967
> >                 mapped:353547 shmem:480723 pagetables:89161 bounce:0
> >                 free:49404 free_pcp:1474 free_cma:0
>
> This tells us that there is quite some page cache (file LRUs) to reclaim
> so I am wondering what could have caused such a delay. In order to debug
> this some more we would need an additional debugging information. I
> usually enable vmscan tracepoints to watch for events during the
> reclaim.
>

I able got the needed tracepoints logs.
If I understanded correctly vmscan tracepoints are possible enable by
option 1 in the file /sys/kernel/debug/tracing/events/vmscan/enable
All archives attached to this email.

--
Best Regards,
Mike Gavrilov.

[-- Attachment #2: dmesg.tar.xz --]
[-- Type: application/x-xz, Size: 23744 bytes --]

[-- Attachment #3: trace.tar.xz --]
[-- Type: application/x-xz, Size: 2183856 bytes --]

  reply	other threads:[~2017-10-26 17:50 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-18 20:16 swapper/0: page allocation failure: order:0, mode:0x1204010(GFP_NOWAIT|__GFP_COMP|__GFP_RECLAIMABLE|__GFP_NOTRACK), nodemask=(null) Михаил Гаврилов
2017-10-19  3:56 ` Du, Changbin
2017-10-19 18:52   ` Михаил Гаврилов
2017-10-20  6:43     ` Du, Changbin
2017-10-20  9:12       ` Michal Hocko
2017-10-24 19:30         ` Михаил Гаврилов
2017-10-24 20:06           ` Michal Hocko
2017-10-26 17:49             ` Михаил Гаврилов [this message]
2017-10-29 21:48               ` Михаил Гаврилов
2017-11-02 13:15                 ` Tetsuo Handa
2017-11-02 15:01                   ` Michal Hocko
2017-11-02 15:06                     ` Michal Hocko
2017-11-06 20:48                       ` Михаил Гаврилов

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=CABXGCsPukABMx40dGz7NSjKsWVsz_USFFeHdEY-ZMdgRLCfuwQ@mail.gmail.com \
    --to=mikhail.v.gavrilov@gmail.com \
    --cc=changbin.du@intel.com \
    --cc=linux-mm@kvack.org \
    --cc=mhocko@kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).