Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752017AbaL1TA2 (ORCPT ); Sun, 28 Dec 2014 14:00:28 -0500 Received: from gum.cmpxchg.org ([85.214.110.215]:55789 "EHLO gum.cmpxchg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751800AbaL1TAZ (ORCPT ); Sun, 28 Dec 2014 14:00:25 -0500 Date: Sun, 28 Dec 2014 14:00:20 -0500 From: Johannes Weiner To: Vladimir Davydov Cc: linux-kernel@vger.kernel.org, Michal Hocko , Greg Thelen , Tejun Heo , Andrew Morton , linux-mm@kvack.org Subject: Re: [RFC PATCH 1/2] memcg: account swap instead of memory+swap Message-ID: <20141228190020.GA9385@phnom.home.cmpxchg.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Dec 28, 2014 at 07:19:12PM +0300, Vladimir Davydov wrote: > The design of swap limits for memory cgroups looks broken. Instead of a > separate swap limit, there is the memory.memsw.limit_in_bytes knob, > which limits total memory+swap consumption. As a result, under global > memory pressure, a cgroup can eat up to memsw.limit of *swap*, so it's > just impossible to set the swap limit to be less than the memory limit > with such a design. In particular, this means that we have to leave swap > unlimited if we want to partition system memory dynamically using soft > limits. > > This patch therefore attempts to move from memory+swap to pure swap > accounting so that we will be able to separate memory and swap resources > in the sane cgroup hierarchy, which is the business of the following > patch. > > The old interface acts on memory and swap limits as follows: The implementation seems fine to me, but there is no point in cramming this into the old interface. Let's just leave it alone and implement proper swap accounting and limiting in the default/unified hierarchy. -- 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/