Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753656Ab0H2Pkt (ORCPT ); Sun, 29 Aug 2010 11:40:49 -0400 Received: from mail-pw0-f46.google.com ([209.85.160.46]:53142 "EHLO mail-pw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753564Ab0H2Pks (ORCPT ); Sun, 29 Aug 2010 11:40:48 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=CP2CCdqGvfjFwzDgaaZ78IEF5wM4UlwjG+j9QezYpMERZV4h88T3e/pJTVVWzD9dJo 3OHchJkBn3bCN7hTTttBqEI9bEE/46PAZcJNXE6UJqLKplwvpsmUPtWIgTt3uBM8si1L 64fT0xtoF5ET3w/BxmRF8QygUk4CR0kdmvywk= Date: Mon, 30 Aug 2010 00:40:40 +0900 From: Minchan Kim To: Ying Han Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, Rik van Riel , KOSAKI Motohiro Subject: Re: [PATCH] vmscan: fix missing place to check nr_swap_pages. Message-ID: <20100829154040.GA2714@barrios-desktop> References: <1282867897-31201-1-git-send-email-yinghan@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 717 Lines: 20 On Fri, Aug 27, 2010 at 09:35:58AM -0700, Ying Han wrote: > Also, we found it is quite often to hit the condition > inactive_anon_is_low on machine with small numa node size, since the > zone->inactive_ratio is set based on the zone->present_pages. What's your memory configuration and memory size? Now we have zoned page allocator and zoned page reclaimer. So it makes sense to me. :) Anyway, I will resend new version. Thanks, Ying. -- 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/