From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760428AbYBSHGs (ORCPT ); Tue, 19 Feb 2008 02:06:48 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754238AbYBSHGk (ORCPT ); Tue, 19 Feb 2008 02:06:40 -0500 Received: from e2.ny.us.ibm.com ([32.97.182.142]:35387 "EHLO e2.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754056AbYBSHGj (ORCPT ); Tue, 19 Feb 2008 02:06:39 -0500 From: Balbir Singh To: linux-mm@kvack.org Cc: Nick Piggin , Peter Zijlstra , Sudhir Kumar , Hugh Dickins , YAMAMOTO Takashi , Herbert Poetzl , Paul Menage , linux-kernel@vger.kernel.org, Lee Schermerhorn , "Eric W. Biederman" , David Rientjes , Pavel Emelianov , Dhaval Giani , Balbir Singh , Rik Van Riel , Andrew Morton , KAMEZAWA Hiroyuki Date: Tue, 19 Feb 2008 12:32:32 +0530 Message-Id: <20080219070232.25349.21196.sendpatchset@localhost.localdomain> Subject: [mm][PATCH 0/4] Add soft limits to the memory controller v2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patchset implements the basic changes required to implement soft limits in the memory controller. A soft limit is a variation of the currently supported hard limit feature. A memory cgroup can exceed it's soft limit provided there is no contention for memory. These patches were tested on a PowerPC box, by running a programs in parallel, and checking their behaviour for various soft limit values. These patches were developed on top of 2.6.25-rc2-mm1. Comments, suggestions, criticism are all welcome! TODOs: 1. Currently there is no ordering of memory cgroups over their limit. We use a simple linked list to maintain a list of groups over their limit. In the future, we might want to create a heap of objects ordered by the amount by which they exceed soft limit. 2. Distribute the excessive (non-contended) resources between groups in the ratio of their soft limits 3. Merge with KAMEZAWA's and YAMAMOTO's water mark and background reclaim patches in the long-term series ------ memory-controller-res_counters-soft-limit-setup.patch memory-controller-add-soft-limit-interface.patch memory-controller-reclaim-on-contention.patch memory-controller-add-soft-limit-documentation.patch -- Warm Regards, Balbir Singh Linux Technology Center IBM, ISTL