From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx201.postini.com [74.125.245.201]) by kanga.kvack.org (Postfix) with SMTP id BC6DB6B0071 for ; Sun, 10 Jun 2012 20:46:07 -0400 (EDT) Date: Sun, 10 Jun 2012 20:46:02 -0400 From: Dave Jones Subject: Re: oomkillers gone wild. Message-ID: <20120611004602.GA29713@redhat.com> References: <20120604152710.GA1710@redhat.com> <20120605174454.GA23867@redhat.com> <20120608210330.GA21010@redhat.com> <4FD412CB.9060809@gmail.com> <20120610201055.GA27662@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: owner-linux-mm@kvack.org List-ID: To: David Rientjes Cc: KOSAKI Motohiro , Linux Kernel , linux-mm@kvack.org On Sun, Jun 10, 2012 at 04:52:50PM -0700, David Rientjes wrote: > On Sun, 10 Jun 2012, Dave Jones wrote: > > > To double check, here it is in rc2 (which has that patch).. > > > > $ uname -r > > 3.5.0-rc2+ > > $ cat /proc/$(pidof dbus-daemon)/oom_score{_adj,} > > -900 > > 7441500919753 > > $ grep RSS /proc/$(pidof dbus-daemon)/status > > VmRSS: 1604 kB > > Eek, yes, that's definitely wrong. The following should fix it. now prints.. -900 0 which I assume is much better ;-) Dave -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org