All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: wuzhouhui <wuzhouhui14@mails.ucas.ac.cn>
Cc: kernelnewbies@kernelnewbies.org
Subject: Re: How to avoid or reduce GFP_ATOMIC allocation failed
Date: Fri, 8 Mar 2019 08:21:52 +0100	[thread overview]
Message-ID: <20190308072152.GA10654@kroah.com> (raw)
In-Reply-To: <51af9230.9ed2.1695bce6545.Coremail.wuzhouhui14@mails.ucas.ac.cn>

On Fri, Mar 08, 2019 at 01:37:26PM +0800, wuzhouhui wrote:
> Hi,
> 
> I check kernel code and found that GFP_ATOMIC allocation will
> use emergency pool and maybe failed if emergency pool is not
> enough. And GFP_ATOMIC doesn't trigger reclaim (because of
> ATOMIC) even if there are a lot of page caches. So my question
> is how to avoid or reduce GFP_ATOMIC allocation failed if there
> are enough reclaimable memory? Is there some kernel parameters
> can be configured?

Have you seen the ATOMIC pools be used up and not able to be reclaimed
in real-world usages?  If so, I'm sure the mm developers would love to
hear from you about this as I really do not think that is a situation
that can happen easily, if at all.

And no, I do not think there are any such parameters, the kernel should
be self-tuning for things like this.

thanks,

greg k-h

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

  reply	other threads:[~2019-03-08  7:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-08  5:37 How to avoid or reduce GFP_ATOMIC allocation failed wuzhouhui
2019-03-08  7:21 ` Greg KH [this message]
2019-03-08  7:34   ` wuzhouhui
2019-03-08  7:40     ` greg kh

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=20190308072152.GA10654@kroah.com \
    --to=greg@kroah.com \
    --cc=kernelnewbies@kernelnewbies.org \
    --cc=wuzhouhui14@mails.ucas.ac.cn \
    /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.