From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-f72.google.com (mail-wm1-f72.google.com [209.85.128.72]) by kanga.kvack.org (Postfix) with ESMTP id 247C16B0008 for ; Fri, 2 Nov 2018 08:41:41 -0400 (EDT) Received: by mail-wm1-f72.google.com with SMTP id t17-v6so1421356wmh.2 for ; Fri, 02 Nov 2018 05:41:41 -0700 (PDT) Received: from mail-sor-f41.google.com (mail-sor-f41.google.com. [209.85.220.41]) by mx.google.com with SMTPS id v15-v6sor5846792wmd.6.2018.11.02.05.41.39 for (Google Transport Security); Fri, 02 Nov 2018 05:41:39 -0700 (PDT) MIME-Version: 1.0 References: <98305976-612f-cf6d-1377-2f9f045710a9@suse.cz> <20181031170108.GR32673@dhcp22.suse.cz> <20181101132307.GJ23921@dhcp22.suse.cz> <20181102080513.GB5564@dhcp22.suse.cz> <20181102114341.GB28039@dhcp22.suse.cz> In-Reply-To: From: Marinko Catovic Date: Fri, 2 Nov 2018 13:41:26 +0100 Message-ID: Subject: Re: Caching/buffers become useless after some time Content-Type: text/plain; charset="UTF-8" Sender: owner-linux-mm@kvack.org List-ID: To: Vlastimil Babka Cc: Michal Hocko , linux-mm@kvack.org, Christopher Lameter > >> any idea how to find out what that might be? I'd really have no idea, > >> I also wonder why this never was an issue with 3.x > >> find uses regex patterns, that's the only thing that may be unusual. > > > > The allocation tracepoint has the stack trace so that might help. This > > Well we already checked the mm_page_alloc traces and it seemed that only > THP allocations could be the culprit. But apparently defrag=defer made > no difference. I would still recommend it so we can see the effects on > the traces. And adding tracepoints > compaction/mm_compaction_try_to_compact_pages and > compaction/mm_compaction_suitable as I suggested should show which > high-order allocations actually invoke the compaction. Anything in particular I should do to figure this out?