linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Dave Hansen <dave.hansen@intel.com>
To: Wilco Dijkstra <wdijkstr@arm.com>, linux-mm@kvack.org
Subject: Re: Background page clearing
Date: Fri, 25 Jul 2014 08:19:44 -0700	[thread overview]
Message-ID: <53D27590.2090500@intel.com> (raw)
In-Reply-To: <000001cfa81a$110d15c0$33274140$@com>

On 07/25/2014 08:06 AM, Wilco Dijkstra wrote:
> Is there a reason Linux does not do background page clearing like other OSes to reduce this
> overhead? It would be a good fit for typical mobile workloads (bursts of high activity followed by
> periods of low activity).

If the page is being allocated, it is about to be used and be brought in
to the CPU's cache.  If we zero it close to this use, we only pay to
bring it in to the CPU's cache once.  Or so goes the theory...

I tried a zero-on-free implementation a year or so ago.  It helped some
workloads and hurt others.  The gains were not large enough or
widespread enough to merit pushing it in to the kernel.

--
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>

  reply	other threads:[~2014-07-25 15:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-25 15:06 Wilco Dijkstra
2014-07-25 15:19 ` Dave Hansen [this message]
2014-07-25 16:27   ` Wilco Dijkstra
2014-07-25 16:32     ` Dave Hansen

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=53D27590.2090500@intel.com \
    --to=dave.hansen@intel.com \
    --cc=linux-mm@kvack.org \
    --cc=wdijkstr@arm.com \
    /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