From: Matthew Wilcox <willy@infradead.org>
To: Buddy Lumpkin <buddy.lumpkin@oracle.com>
Cc: Michal Hocko <mhocko@kernel.org>,
linux-mm@kvack.org, linux-kernel@vger.kernel.org,
hannes@cmpxchg.org, riel@surriel.com, mgorman@suse.de,
akpm@linux-foundation.org
Subject: Re: [RFC PATCH 1/1] vmscan: Support multiple kswapd threads per node
Date: Tue, 3 Apr 2018 14:12:53 -0700 [thread overview]
Message-ID: <20180403211253.GC30145@bombadil.infradead.org> (raw)
In-Reply-To: <A1EF8129-7F59-49CB-BEEC-E615FB878CE2@oracle.com>
On Tue, Apr 03, 2018 at 01:49:25PM -0700, Buddy Lumpkin wrote:
> > Yes, very much this. If you have a single-threaded workload which is
> > using the entirety of memory and would like to use even more, then it
> > makes sense to use as many CPUs as necessary getting memory out of its
> > way. If you have N CPUs and N-1 threads happily occupying themselves in
> > their own reasonably-sized working sets with one monster process trying
> > to use as much RAM as possible, then I'd be pretty unimpressed to see
> > the N-1 well-behaved threads preempted by kswapd.
>
> The default value provides one kswapd thread per NUMA node, the same
> it was without the patch. Also, I would point out that just because you devote
> more threads to kswapd, doesna??t mean they are busy. If multiple kswapd threads
> are busy, they are almost certainly doing work that would have resulted in
> direct reclaims, which are often substantially more expensive than a couple
> extra context switches due to preemption.
[...]
> In my previous response to Michal Hocko, I described
> how I think we could scale watermarks in response to direct reclaims, and
> launch more kswapd threads when kswapd peaks at 100% CPU usage.
I think you're missing my point about the workload ... kswapd isn't
"nice", so it will compete with the N-1 threads which are chugging along
at 100% CPU inside their working sets. In this scenario, we _don't_
want to kick off kswapd at all; we want the monster thread to clean up
its own mess. If we have idle CPUs, then yes, absolutely, lets have
them clean up for the monster, but otherwise, I want my N-1 threads
doing their own thing.
Maybe we should renice kswapd anyway ... thoughts? We don't seem to have
had a nice'd kswapd since 2.6.12, but maybe we played with that earlier
and discovered it was a bad idea?
next prev parent reply other threads:[~2018-04-03 21:12 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-02 9:24 [RFC PATCH 0/1] mm: Support multiple kswapd threads per node Buddy Lumpkin
2018-04-02 9:24 ` [RFC PATCH 1/1] vmscan: " Buddy Lumpkin
2018-04-03 13:31 ` Michal Hocko
2018-04-03 19:07 ` Matthew Wilcox
2018-04-03 20:49 ` Buddy Lumpkin
2018-04-03 21:12 ` Matthew Wilcox [this message]
2018-04-04 10:07 ` Buddy Lumpkin
2018-04-05 4:08 ` Buddy Lumpkin
2018-04-11 6:37 ` Buddy Lumpkin
2018-04-11 3:52 ` Buddy Lumpkin
2018-04-03 19:41 ` Buddy Lumpkin
2018-04-12 13:16 ` Michal Hocko
2018-04-17 3:02 ` Buddy Lumpkin
2018-04-17 9:03 ` Michal Hocko
2018-04-03 20:13 ` Buddy Lumpkin
2018-04-11 3:10 ` Buddy Lumpkin
2018-04-12 13:23 ` Michal Hocko
-- strict thread matches above, loose matches on Subject: below --
2020-09-30 19:27 Sebastiaan Meijer
2020-10-01 12:30 ` Michal Hocko
2020-10-01 16:18 ` Sebastiaan Meijer
2020-10-02 7:03 ` Michal Hocko
2020-10-02 8:40 ` Mel Gorman
2020-10-02 13:53 ` Rik van Riel
2020-10-02 14:00 ` Matthew Wilcox
2020-10-02 14:29 ` Michal Hocko
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=20180403211253.GC30145@bombadil.infradead.org \
--to=willy@infradead.org \
--cc=akpm@linux-foundation.org \
--cc=buddy.lumpkin@oracle.com \
--cc=hannes@cmpxchg.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=mgorman@suse.de \
--cc=mhocko@kernel.org \
--cc=riel@surriel.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;
as well as URLs for NNTP newsgroup(s).