Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755846Ab2FJCVG (ORCPT ); Sat, 9 Jun 2012 22:21:06 -0400 Received: from mail-pz0-f46.google.com ([209.85.210.46]:59495 "EHLO mail-pz0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755388Ab2FJCVD (ORCPT ); Sat, 9 Jun 2012 22:21:03 -0400 Date: Sat, 9 Jun 2012 19:21:01 -0700 (PDT) From: David Rientjes X-X-Sender: rientjes@chino.kir.corp.google.com To: Dave Jones , Linux Kernel , linux-mm@kvack.org Subject: Re: oomkillers gone wild. In-Reply-To: <20120608210330.GA21010@redhat.com> Message-ID: References: <20120604152710.GA1710@redhat.com> <20120605174454.GA23867@redhat.com> <20120608210330.GA21010@redhat.com> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 845 Lines: 22 On Fri, 8 Jun 2012, Dave Jones wrote: > > On a system not under oom conditions, i.e. before you start trinity, can > > you send the output of > > > > cat /proc/$(pidof dbus-daemon)/oom_score{_adj,} > > grep RSS /proc/$(pidof dbus-daemon)/status > > # cat /proc/$(pidof dbus-daemon)/oom_score{_adj,} > -900 > 7441500919753 > # grep RSS /proc/$(pidof dbus-daemon)/status > VmRSS: 1660 kB I'm suspecting you don't have my patch that changes the type of the automatic variable in oom_badness() to signed. Could you retry this with that patch or pull 3.5-rc2 which already includes it? -- 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/