Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754546AbbGXRMq (ORCPT ); Fri, 24 Jul 2015 13:12:46 -0400 Received: from mail-pd0-f172.google.com ([209.85.192.172]:32870 "EHLO mail-pd0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753833AbbGXRMo (ORCPT ); Fri, 24 Jul 2015 13:12:44 -0400 Date: Fri, 24 Jul 2015 10:12:37 -0700 From: =?iso-8859-1?Q?J=F6rn?= Engel To: Michal Hocko Cc: Spencer Baugh , Andrew Morton , Naoya Horiguchi , David Rientjes , Davidlohr Bueso , Mike Kravetz , Luiz Capitulino , "open list:MEMORY MANAGEMENT" , open list , Spencer Baugh , Joern Engel Subject: Re: [PATCH] hugetlb: cond_resched for set_max_huge_pages and follow_hugetlb_page Message-ID: <20150724171237.GC3458@Sligo.logfs.org> References: <1437688476-3399-1-git-send-email-sbaugh@catern.com> <20150724065959.GB4622@dhcp22.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20150724065959.GB4622@dhcp22.suse.cz> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1155 Lines: 30 On Fri, Jul 24, 2015 at 08:59:59AM +0200, Michal Hocko wrote: > On Thu 23-07-15 14:54:31, Spencer Baugh wrote: > > From: Joern Engel > > > > ~150ms scheduler latency for both observed in the wild. > > This is way to vague. Could you describe your problem somehow more, > please? > There are schduling points in the page allocator (when it triggers the > reclaim), why are those not sufficient? Or do you manage to allocate > many hugetlb pages without performing the reclaim and that leads to > soft lockups? We don't use transparent hugepages - they cause too much latency. Instead we reserve somewhere around 3/4 or so of physical memory for hugepages. "sysctl -w vm.nr_hugepages=100000" or something similar in a startup script. Since it is early in boot we don't go through page reclaim. J?rn -- Everything should be made as simple as possible, but not simpler. -- Albert Einstein -- 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/