Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933472Ab1CXHeH (ORCPT ); Thu, 24 Mar 2011 03:34:07 -0400 Received: from mail-iw0-f174.google.com ([209.85.214.174]:54456 "EHLO mail-iw0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933363Ab1CXHeE (ORCPT ); Thu, 24 Mar 2011 03:34:04 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=sAGphopDAucQPGtNpREnjjaSevfeJrjYffddrAeAOq5Zyhu41esW1G+dT8qJV/liZ4 c0D0vxpoUi1+wziiiSylvRqDkadLmTLjXfHAmw74gXMo/RDemzybKf3MG7T9d3EA2+Fi eRFbCqr0aWW1TmyyMd1LgzXEry4SfrUlYOlws= MIME-Version: 1.0 In-Reply-To: <20110324162936.CC87.A69D9226@jp.fujitsu.com> References: <20110324160349.CC83.A69D9226@jp.fujitsu.com> <20110324162936.CC87.A69D9226@jp.fujitsu.com> Date: Thu, 24 Mar 2011 16:34:03 +0900 Message-ID: Subject: Re: [PATCH 1/5] vmscan: remove all_unreclaimable check from direct reclaim path completely From: Minchan Kim To: KOSAKI Motohiro Cc: linux-kernel@vger.kernel.org, Andrew Morton , David Rientjes , Linus Torvalds , Rik van Riel , Oleg Nesterov , linux-mm , Andrey Vagin , Hugh Dickins , KAMEZAWA Hiroyuki , Nick Piggin , Johannes Weiner Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 606 Lines: 20 On Thu, Mar 24, 2011 at 4:28 PM, KOSAKI Motohiro wrote: >> For example, In 4G desktop system. >> 32M full scanning and fail to reclaim a page. >> It's under 1% coverage. > > ?? I'm sorry. I haven't catch it. > Where 32M come from? (1<<12) * 4K + (1<<11) + 4K + .. (1 << 0) + 4K in shrink_zones. -- Kind regards, Minchan Kim -- 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/