From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752550AbcGKWUZ (ORCPT ); Mon, 11 Jul 2016 18:20:25 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:43834 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751802AbcGKWUR (ORCPT ); Mon, 11 Jul 2016 18:20:17 -0400 Date: Mon, 11 Jul 2016 15:20:15 -0700 From: Andrew Morton To: "Hillf Danton" Cc: "'Mel Gorman'" , "'Johannes Weiner'" , "'Vlastimil Babka'" , "'linux-kernel'" , Subject: Re: [PATCH] mm, vmscan: Give up balancing node for high order allocations earlier Message-Id: <20160711152015.e3be8be7702fb0ca4625040d@linux-foundation.org> In-Reply-To: <00ed01d1d1c8$fcb12ff0$f6138fd0$@alibaba-inc.com> References: <00ed01d1d1c8$fcb12ff0$f6138fd0$@alibaba-inc.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 On Wed, 29 Jun 2016 13:42:12 +0800 "Hillf Danton" wrote: > To avoid excessive reclaim, we give up rebalancing for high order > allocations right after reclaiming enough pages. hm. What are the observed runtime effects of this change? Any testing results?