From: Daniel Jordan <lkmldmj@gmail.com>
To: john terragon <terragonjohn@yahoo.com>,
"linux-mm@kvack.org" <linux-mm@kvack.org>
Cc: "bugzilla-daemon@bugzilla.kernel.org"
<bugzilla-daemon@bugzilla.kernel.org>,
Andrew Morton <akpm@linux-foundation.org>,
Daniel Jordan <daniel.m.jordan@oracle.com>,
Michal Hocko <mhocko@kernel.org>
Subject: Re: [Bug 200105] High paging activity as soon as the swap is touched (with steps and code to reproduce it)
Date: Sat, 21 Jul 2018 10:39:05 -0400 [thread overview]
Message-ID: <f20b1529-fcb9-8d0a-6259-fe76977e00d6@gmail.com> (raw)
In-Reply-To: <191624267.262238.1532074743289@mail.yahoo.com>
On 07/20/2018 04:19 AM, john terragon wrote:
>
> On Friday, July 20, 2018, 2:03:48 AM GMT+2, bugzilla-daemon@bugzilla.kernel.org <bugzilla-daemon@bugzilla.kernel.org> wrote:
> >
> >https://bugzilla.kernel.org/show_bug.cgi?id=200105 <https://bugzilla.kernel.org/show_bug.cgi?id=200105>
> >
> >--- Comment #42 from Andrew Morton (akpm@linux-foundation.org <mailto:akpm@linux-foundation.org>) ---
> >Sorry, but nobody reads bugzilla.A I tried to switch this discussion to an
> >email thread for a reason!
> >
> >Please resend all this (useful) info in reply to the email thread which I
> >created for this purpose.
>
> I'll resend the last message and attachments. Anyone interested on the previous "episodes" go read
> https://bugzilla.kernel.org/show_bug.cgi?id=200105
The summary is that John has put together a reliable reproducer for a problem he's seeing where on high memory usage any of his desktop systems with SSDs hang for around a minute, completely unresponsive, and swaps out 2-3x more memory than the system is allocating.
John's issue only happens using a LUKS encrypted swap partition, unencrypted swap or swap encrypted without LUKS works fine.
In one test (out5.txt) where most system memory is taken by anon pages beforehand, the heavy direct reclaim that Michal noticed lasts for 24 seconds, during which on average if I've crunched my numbers right, John's test program was allocating at 4MiB/s, the system overall (pgalloc_normal) was allocating at 235MiB/s, and the system was swapping out (pswpout) at 673MiB/s. pgalloc_normal and pswpout stay roughly the same each second, no big swings.
Is the disparity between allocation and swapout rate expected?
John ran perf during another test right before the last test program was started (this doesn't include the initial large allocation bringing the system close to swapping). The top five allocators (kmem:mm_page_alloc):
# Overhead Pid:Command
# ........ .......................
#
48.45% 2005:memeater # the test program
32.08% 73:kswapd0
3.16% 1957:perf_4.17
1.41% 1748:watch
1.16% 2043:free
So it seems to be just reclaim activity, but why so much when the test program only allocates at 4MiB/s?
John, adding -g to perf record would show call stacks.
I'll be away for 2.5 weeks so won't be able to get back to this until then.
next prev parent reply other threads:[~2018-07-21 14:39 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <bug-200105-8545@https.bugzilla.kernel.org/>
[not found] ` <bug-200105-8545-FomWhXSVhq@https.bugzilla.kernel.org/>
2018-07-20 8:19 ` john terragon
2018-07-21 14:39 ` Daniel Jordan [this message]
2018-07-21 14:43 ` Daniel Jordan
2018-07-21 20:09 ` john terragon
2018-07-23 13:02 ` Michal Hocko
2018-10-10 1:35 ` Daniel Jordan
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=f20b1529-fcb9-8d0a-6259-fe76977e00d6@gmail.com \
--to=lkmldmj@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=bugzilla-daemon@bugzilla.kernel.org \
--cc=daniel.m.jordan@oracle.com \
--cc=linux-mm@kvack.org \
--cc=mhocko@kernel.org \
--cc=terragonjohn@yahoo.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