All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dave Jones <davej@redhat.com>
To: KOSAKI Motohiro <kosaki.motohiro@gmail.com>
Cc: David Rientjes <rientjes@google.com>,
	Linux Kernel <linux-kernel@vger.kernel.org>,
	linux-mm@kvack.org
Subject: Re: oomkillers gone wild.
Date: Sun, 10 Jun 2012 16:10:56 -0400	[thread overview]
Message-ID: <20120610201055.GA27662@redhat.com> (raw)
In-Reply-To: <4FD412CB.9060809@gmail.com>

On Sat, Jun 09, 2012 at 11:21:47PM -0400, KOSAKI Motohiro wrote:
 > (6/9/12 10:21 PM), David Rientjes wrote:
 > > 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?

that was with the unsigned long -> long patch.

 > Yes. Dave (Jones), As far as parsed your log, you are using x86_64, right?

yes.

 > As far as my testing, current linus tree works fine at least normal case.
 > please respin.

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

--
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: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

WARNING: multiple messages have this Message-ID (diff)
From: Dave Jones <davej@redhat.com>
To: KOSAKI Motohiro <kosaki.motohiro@gmail.com>
Cc: David Rientjes <rientjes@google.com>,
	Linux Kernel <linux-kernel@vger.kernel.org>,
	linux-mm@kvack.org
Subject: Re: oomkillers gone wild.
Date: Sun, 10 Jun 2012 16:10:56 -0400	[thread overview]
Message-ID: <20120610201055.GA27662@redhat.com> (raw)
In-Reply-To: <4FD412CB.9060809@gmail.com>

On Sat, Jun 09, 2012 at 11:21:47PM -0400, KOSAKI Motohiro wrote:
 > (6/9/12 10:21 PM), David Rientjes wrote:
 > > 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?

that was with the unsigned long -> long patch.

 > Yes. Dave (Jones), As far as parsed your log, you are using x86_64, right?

yes.

 > As far as my testing, current linus tree works fine at least normal case.
 > please respin.

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


  reply	other threads:[~2012-06-10 20:11 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-04 15:27 oomkillers gone wild Dave Jones
2012-06-04 15:27 ` Dave Jones
2012-06-04 23:30 ` David Rientjes
2012-06-04 23:30   ` David Rientjes
2012-06-05 17:44   ` Dave Jones
2012-06-05 17:44     ` Dave Jones
2012-06-05 18:52     ` Dave Jones
2012-06-05 18:52       ` Dave Jones
2012-06-08 19:57       ` David Rientjes
2012-06-08 19:57         ` David Rientjes
2012-06-08 20:03         ` Dave Jones
2012-06-08 20:03           ` Dave Jones
2012-06-08 20:37         ` Thomas Gleixner
2012-06-08 20:37           ` Thomas Gleixner
2012-06-10  2:15           ` David Rientjes
2012-06-10  2:15             ` David Rientjes
2012-06-08 20:15     ` David Rientjes
2012-06-08 20:15       ` David Rientjes
2012-06-08 21:03       ` Dave Jones
2012-06-08 21:03         ` Dave Jones
2012-06-10  2:21         ` David Rientjes
2012-06-10  2:21           ` David Rientjes
2012-06-10  3:21           ` KOSAKI Motohiro
2012-06-10  3:21             ` KOSAKI Motohiro
2012-06-10 20:10             ` Dave Jones [this message]
2012-06-10 20:10               ` Dave Jones
2012-06-10 23:52               ` David Rientjes
2012-06-10 23:52                 ` David Rientjes
2012-06-11  0:46                 ` Dave Jones
2012-06-11  0:46                   ` Dave Jones
2012-06-11  9:11                   ` [patch 3.5-rc2] mm, oom: fix and cleanup oom score calculations David Rientjes
2012-06-11  9:11                     ` David Rientjes
2012-06-11 19:13                     ` Dave Jones
2012-06-11 19:13                       ` Dave Jones

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120610201055.GA27662@redhat.com \
    --to=davej@redhat.com \
    --cc=kosaki.motohiro@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=rientjes@google.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.