From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail144.messagelabs.com (mail144.messagelabs.com [216.82.254.51]) by kanga.kvack.org (Postfix) with SMTP id C58366B01F0 for ; Sun, 29 Aug 2010 11:40:48 -0400 (EDT) Received: by pvc30 with SMTP id 30so2149874pvc.14 for ; Sun, 29 Aug 2010 08:40:47 -0700 (PDT) Date: Mon, 30 Aug 2010 00:40:40 +0900 From: Minchan Kim 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: Sender: owner-linux-mm@kvack.org To: Ying Han Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, Rik van Riel , KOSAKI Motohiro List-ID: 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, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org