Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754893Ab1FVJQV (ORCPT ); Wed, 22 Jun 2011 05:16:21 -0400 Received: from gir.skynet.ie ([193.1.99.77]:46653 "EHLO gir.skynet.ie" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754187Ab1FVJQS (ORCPT ); Wed, 22 Jun 2011 05:16:18 -0400 Date: Wed, 22 Jun 2011 10:16:11 +0100 From: Mel Gorman To: Cong Wang Cc: Mel Gorman , linux-kernel@vger.kernel.org, akpm@linux-foundation.org, Andrea Arcangeli , Benjamin Herrenschmidt , Rik van Riel , Johannes Weiner , KAMEZAWA Hiroyuki , linux-mm@kvack.org Subject: Re: [PATCH 2/3] mm: make the threshold of enabling THP configurable Message-ID: <20110622091611.GB7585@csn.ul.ie> References: <1308587683-2555-1-git-send-email-amwang@redhat.com> <1308587683-2555-2-git-send-email-amwang@redhat.com> <20110620165955.GB9396@suse.de> <4DFF8050.9070201@redhat.com> <20110621093640.GD9396@suse.de> <4E015672.2020407@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <4E015672.2020407@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1952 Lines: 42 On Wed, Jun 22, 2011 at 10:41:54AM +0800, Cong Wang wrote: > ??? 2011???06???21??? 17:36, Mel Gorman ??????: > > > >Fragmentation avoidance benefits from tuning min_free_kbytes to a higher > >value and minimising fragmentation-related problems is crucial if THP is > >to allocate its necessary pages. > > > >THP tunes min_free_kbytes automatically and this value is in part > >related to the number of zones. At 512M on a single node machine, the > >recommended min_free_kbytes is close to 10% of memory which is barely > >tolerable as it is. At 256M, it's 17%, at 128M, it's 34% so tuning the > >value lower has diminishing returns as the performance impact of giving > >up such a high percentage of free memory is not going to be offset by > >reduced TLB misses. Tuning it to a higher value might make some sense > >if the higher min_free_kbytes was a problem but it would be much more > >rational to tune it as a sysctl than making it a compile-time decision. > > > > What this patch changed is the check of total memory pages in hugepage_init(), > which I don't think is suitable as a sysctl. > > If you mean min_free_kbytes could be tuned as a sysctl, that should be done > in other patch, right? :) > min_free_kbytes is already automatically tuned when THP is enabled. What I meant was that there is a rational reason why 512M is the default for enabling THP by default. Tuning it lower than that by any means makes very little sense. Tuning it higher might make some sense but it is more likely that THP would simply be disabled via sysctl. I see very little advantage to introducing this Kconfig option other than as a source of confusion when running make oldconfig. -- Mel Gorman SUSE Labs -- 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/