From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754874Ab3AKTPs (ORCPT ); Fri, 11 Jan 2013 14:15:48 -0500 Received: from mx1.redhat.com ([209.132.183.28]:12561 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753377Ab3AKTPr (ORCPT ); Fri, 11 Jan 2013 14:15:47 -0500 Date: Fri, 11 Jan 2013 17:13:55 -0200 From: Luiz Capitulino To: Anton Vorontsov Cc: David Rientjes , Pekka Enberg , Mel Gorman , Glauber Costa , Michal Hocko , "Kirill A. Shutemov" , Andrew Morton , Greg Thelen , Leonid Moiseichuk , KOSAKI Motohiro , Minchan Kim , Bartlomiej Zolnierkiewicz , John Stultz , linux-mm@kvack.org, linux-kernel@vger.kernel.org, linaro-kernel@lists.linaro.org, patches@linaro.org, kernel-team@android.com Subject: Re: [PATCH 0/2] Mempressure cgroup Message-ID: <20130111171355.3f5cf87e@doriath.home> In-Reply-To: <20130104082751.GA22227@lizard.gateway.2wire.net> References: <20130104082751.GA22227@lizard.gateway.2wire.net> Organization: Red Hat 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 Fri, 4 Jan 2013 00:27:52 -0800 Anton Vorontsov wrote: > - I've split the pach into two: 'shrinker' and 'levels' parts. While the > full-fledged userland shrinker is an interesting idea, we don't have any > users ready for it, so I won't advocate for it too much. For the next version of the automatic balloon prototype I'm planning to give the user-space shrinker a try. It seems to be a better fit, as the current prototype has to guess by how much a guest's balloon should be inflated. Also, I think it would be worth it to list possible use-cases for the two functionalities in the series' intro email. This might help choosing both, one or another. Looking forward to the next version :)