From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail143.messagelabs.com (mail143.messagelabs.com [216.82.254.35]) by kanga.kvack.org (Postfix) with SMTP id 36D1E6B0078 for ; Thu, 18 Feb 2010 21:26:51 -0500 (EST) Received: by pzk36 with SMTP id 36so10406737pzk.23 for ; Thu, 18 Feb 2010 18:26:49 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1266516162-14154-10-git-send-email-mel@csn.ul.ie> References: <1266516162-14154-1-git-send-email-mel@csn.ul.ie> <1266516162-14154-10-git-send-email-mel@csn.ul.ie> Date: Fri, 19 Feb 2010 11:26:48 +0900 Message-ID: <28c262361002181826i56149952xb08bf9fe39c58f65@mail.gmail.com> Subject: Re: [PATCH 09/12] Add /proc trigger for memory compaction From: Minchan Kim Content-Type: text/plain; charset=UTF-8 Sender: owner-linux-mm@kvack.org To: Mel Gorman Cc: Andrea Arcangeli , Christoph Lameter , Adam Litke , Avi Kivity , David Rientjes , KOSAKI Motohiro , Rik van Riel , linux-kernel@vger.kernel.org, linux-mm@kvack.org List-ID: On Fri, Feb 19, 2010 at 3:02 AM, Mel Gorman wrote: > This patch adds a proc file /proc/sys/vm/compact_memory. When an arbitrary > value is written to the file, all zones are compacted. The expected user > of such a trigger is a job scheduler that prepares the system before the > target application runs. > > Signed-off-by: Mel Gorman > Acked-by: Rik van Riel Reviewed-by: Minchan Kim -- 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