Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752744AbbBRXbV (ORCPT ); Wed, 18 Feb 2015 18:31:21 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:48453 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751787AbbBRXbU (ORCPT ); Wed, 18 Feb 2015 18:31:20 -0500 Date: Wed, 18 Feb 2015 15:31:19 -0800 From: Andrew Morton To: Ebru Akagunduz Cc: linux-mm@kvack.org, kirill@shutemov.name, mhocko@suse.cz, mgorman@suse.de, rientjes@google.com, sasha.levin@oracle.com, hughd@google.com, hannes@cmpxchg.org, vbabka@suse.cz, linux-kernel@vger.kernel.org, riel@redhat.com, aarcange@redhat.com Subject: Re: [PATCH v2] mm: incorporate zero pages into transparent huge pages Message-Id: <20150218153119.0bcd0bf8b4e7d30d99f00a3b@linux-foundation.org> In-Reply-To: <1423688635-4306-1-git-send-email-ebru.akagunduz@gmail.com> References: <1423688635-4306-1-git-send-email-ebru.akagunduz@gmail.com> X-Mailer: Sylpheed 3.4.1 (GTK+ 2.24.23; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1449 Lines: 31 On Wed, 11 Feb 2015 23:03:55 +0200 Ebru Akagunduz wrote: > This patch improves THP collapse rates, by allowing zero pages. > > Currently THP can collapse 4kB pages into a THP when there > are up to khugepaged_max_ptes_none pte_none ptes in a 2MB > range. This patch counts pte none and mapped zero pages > with the same variable. So if I'm understanding this correctly, with the default value of khugepaged_max_ptes_none (HPAGE_PMD_NR-1), if an application creates a 2MB area which contains 511 mappings of the zero page and one real page, the kernel will proceed to turn that area into a real, physical huge page. So it consumes 2MB of memory which would not have previously been allocated? If so, this might be rather undesirable behaviour in some situations (and ditto the current behaviour for pte_none ptes)? This can be tuned by adjusting khugepaged_max_ptes_none, but not many people are likely to do that because we didn't document the damn thing. At all. Can we please rectify this, and update it for the is_zero_pfn feature? The documentation should include an explanation telling people how to decide what setting to use, how to observe its effects, etc. -- 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/