Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757366AbZAVFP7 (ORCPT ); Thu, 22 Jan 2009 00:15:59 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757339AbZAVFPq (ORCPT ); Thu, 22 Jan 2009 00:15:46 -0500 Received: from mx1.suse.de ([195.135.220.2]:41730 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756954AbZAVFPp (ORCPT ); Thu, 22 Jan 2009 00:15:45 -0500 From: Nikanth Karthikesan Organization: suse.de To: KAMEZAWA Hiroyuki Subject: Re: [RFC] [PATCH] Cgroup based OOM killer controller Date: Thu, 22 Jan 2009 10:43:12 +0530 User-Agent: KMail/1.10.3 (Linux/2.6.27.7-9-default; KDE/4.1.3; x86_64; ; ) Cc: linux-kernel@vger.kernel.org, Andrew Morton , Linus Torvalds , Evgeniy Polyakov , Chris Snook , Alan Cox , Arve =?iso-8859-1?q?Hj=F8nnev=E5g?= , Paul Menage , containers@lists.linux-foundation.org References: <200901211638.23101.knikanth@suse.de> <20090122122843.7e94878e.kamezawa.hiroyu@jp.fujitsu.com> In-Reply-To: <20090122122843.7e94878e.kamezawa.hiroyu@jp.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901221043.13684.knikanth@suse.de> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1955 Lines: 46 On Thursday 22 January 2009 08:58:43 KAMEZAWA Hiroyuki wrote: > On Wed, 21 Jan 2009 16:38:21 +0530 > > Nikanth Karthikesan wrote: > > As Alan Cox suggested/wondered in this thread, > > http://lkml.org/lkml/2009/1/12/235 , this is a container group based > > approach to override the oom killer selection without losing all the > > benefits of the current oom killer heuristics and oom_adj interface. > > > > It adds a tunable oom.victim to the oom cgroup. The oom killer will kill > > the process using the usual badness value but only within the cgroup with > > the maximum value for oom.victim before killing any process from a cgroup > > with a lesser oom.victim number. Oom killing could be disabled by setting > > oom.victim=0. > > > > Signed-off-by: Nikanth Karthikesan > > Assume following > - the usar can tell "which process should be killed at first" > > What is the difference between oom_adj and this cgroup to users ? It is next to impossible to specify the order among say 10 memory hogging tasks using oom_adj. Using this oom-controller users can specify the exact order. > If oom_adj is hard to use, making it simpler is a good way, I think. > rather than adding new complication. > > It seems both of oom_adj and this cgroup will be hard-to-use functions > for usual system administrators. But no better idea than using memcg > and committing memory usage. > To use oom_adj effectively one should continuously monitor oom_score of all the processes, which is a complex moving target and keep on adjusting the oom_adj of many tasks which still cannot guarantee the order. This controller is deterministic and hence easier to use. Thanks Nikanth -- 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/