[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <575848F9.2060501@intel.com>
Date: Wed, 8 Jun 2016 09:34:01 -0700
From: Dave Hansen <dave.hansen@...el.com>
To: Michal Hocko <mhocko@...nel.org>
Cc: Lukasz Odzioba <lukasz.odzioba@...el.com>,
linux-kernel@...r.kernel.org, linux-mm@...ck.org,
akpm@...ux-foundation.org, kirill.shutemov@...ux.intel.com,
aarcange@...hat.com, vdavydov@...allels.com, mingli199x@...com,
minchan@...nel.org, lukasz.anaczkowski@...el.com,
"Shutemov, Kirill" <kirill.shutemov@...el.com>
Subject: Re: [PATCH 1/1] mm/swap.c: flush lru_add pvecs on compound page
arrival
On 06/08/2016 09:06 AM, Michal Hocko wrote:
>> > Do we have any statistics that tell us how many pages are sitting the
>> > lru pvecs? Although this helps the problem overall, don't we still have
>> > a problem with memory being held in such an opaque place?
> Is it really worth bothering when we are talking about 56kB per CPU
> (after this patch)?
That was the logic why we didn't have it up until now: we didn't
*expect* it to get large. A code change blew it up by 512x, and we had
no instrumentation to tell us where all the memory went.
I guess we don't have any other ways to group pages than compound pages,
and _that_ one is covered now... for one of the 5 classes of pvecs.
Is there a good reason we don't have to touch the other 4 pagevecs, btw?
Powered by blists - more mailing lists