From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754026AbcEBOmR (ORCPT ); Mon, 2 May 2016 10:42:17 -0400 Received: from mx2.suse.de ([195.135.220.15]:43848 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754058AbcEBOjj (ORCPT ); Mon, 2 May 2016 10:39:39 -0400 Subject: Re: mm: pages are not freed from lru_add_pvecs after process termination To: Dave Hansen , "Odzioba, Lukasz" , "linux-kernel@vger.kernel.org" , "linux-mm@kvack.org" References: <5720F2A8.6070406@intel.com> Cc: "Shutemov, Kirill" , "Anaczkowski, Lukasz" From: Vlastimil Babka Message-ID: <572766A7.9090406@suse.cz> Date: Mon, 2 May 2016 16:39:35 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: <5720F2A8.6070406@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 04/27/2016 07:11 PM, Dave Hansen wrote: > 6. Perhaps don't use the LRU pagevecs for large pages. It limits the > severity of the problem. I think that makes sense. Being large already amortizes the cost per base page much more than pagevecs do (512 vs ~22 pages?). From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f72.google.com (mail-wm0-f72.google.com [74.125.82.72]) by kanga.kvack.org (Postfix) with ESMTP id E667C6B007E for ; Mon, 2 May 2016 10:39:39 -0400 (EDT) Received: by mail-wm0-f72.google.com with SMTP id s63so79335438wme.2 for ; Mon, 02 May 2016 07:39:39 -0700 (PDT) Received: from mx2.suse.de (mx2.suse.de. [195.135.220.15]) by mx.google.com with ESMTPS id x5si34478322wjf.206.2016.05.02.07.39.38 for (version=TLS1 cipher=AES128-SHA bits=128/128); Mon, 02 May 2016 07:39:38 -0700 (PDT) Subject: Re: mm: pages are not freed from lru_add_pvecs after process termination References: <5720F2A8.6070406@intel.com> From: Vlastimil Babka Message-ID: <572766A7.9090406@suse.cz> Date: Mon, 2 May 2016 16:39:35 +0200 MIME-Version: 1.0 In-Reply-To: <5720F2A8.6070406@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Dave Hansen , "Odzioba, Lukasz" , "linux-kernel@vger.kernel.org" , "linux-mm@kvack.org" Cc: "Shutemov, Kirill" , "Anaczkowski, Lukasz" On 04/27/2016 07:11 PM, Dave Hansen wrote: > 6. Perhaps don't use the LRU pagevecs for large pages. It limits the > severity of the problem. I think that makes sense. Being large already amortizes the cost per base page much more than pagevecs do (512 vs ~22 pages?). -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org