[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200219112653.116de9db314dade1f6086696@linux-foundation.org>
Date: Wed, 19 Feb 2020 11:26:53 -0800
From: Andrew Morton <akpm@...ux-foundation.org>
To: Sultan Alsawaf <sultan@...neltoast.com>
Cc: linux-mm@...ck.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] mm: Stop kswapd early when nothing's waiting for it to
free pages
On Wed, 19 Feb 2020 10:25:22 -0800 Sultan Alsawaf <sultan@...neltoast.com> wrote:
> Keeping kswapd running when all the failed allocations that invoked it
> are satisfied incurs a high overhead due to unnecessary page eviction
> and writeback, as well as spurious VM pressure events to various
> registered shrinkers. When kswapd doesn't need to work to make an
> allocation succeed anymore, stop it prematurely to save resources.
Seems sensible.
Please fully describe the userspace-visible runtime effects of this
change?
Powered by blists - more mailing lists