Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754273AbbG2XVJ (ORCPT ); Wed, 29 Jul 2015 19:21:09 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:27631 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753166AbbG2XVH (ORCPT ); Wed, 29 Jul 2015 19:21:07 -0400 Subject: Re: hugetlb pages not accounted for in rss To: David Rientjes , =?UTF-8?Q?J=c3=b6rn_Engel?= References: <55B6BE37.3010804@oracle.com> <20150728183248.GB1406@Sligo.logfs.org> <55B7F0F8.8080909@oracle.com> <20150728222654.GA28456@Sligo.logfs.org> <20150729005332.GB17938@Sligo.logfs.org> From: Mike Kravetz Cc: "linux-mm@kvack.org" , linux-kernel Message-ID: <55B95FDB.1000801@oracle.com> Date: Wed, 29 Jul 2015 16:20:59 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-Source-IP: userv0022.oracle.com [156.151.31.74] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1722 Lines: 39 On 07/29/2015 12:08 PM, David Rientjes wrote: > On Tue, 28 Jul 2015, J?rn Engel wrote: > >> Well, we definitely need something. Having a 100GB process show 3GB of >> rss is not very useful. How would we notice a memory leak if it only >> affects hugepages, for example? >> > > Since the hugetlb pool is a global resource, it would also be helpful to > determine if a process is mapping more than expected. You can't do that > just by adding a huge rss metric, however: if you have 2MB and 1GB > hugepages configured you wouldn't know if a process was mapping 512 2MB > hugepages or 1 1GB hugepage. > > That's the purpose of hugetlb_cgroup, after all, and it supports usage > counters for all hstates. The test could be converted to use that to > measure usage if configured in the kernel. > > Beyond that, I'm not sure how a per-hstate rss metric would be exported to > userspace in a clean way and other ways of obtaining the same data are > possible with hugetlb_cgroup. I'm not sure how successful you'd be in > arguing that we need separate rss counters for it. If I want to track hugetlb usage on a per-task basis, do I then need to create one cgroup per task? For example, suppose I have many tasks using hugetlb and the global pool is getting low on free pages. It might be useful to know which tasks are using hugetlb pages, and how many they are using. I don't actually have this need (I think), but it appears to be what J?rn is asking for. -- Mike Kravetz -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/