linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: paul.szabo@sydney.edu.au
To: 695182@bugs.debian.org, ben@decadent.org.uk
Cc: dave@linux.vnet.ibm.com, linux-kernel@vger.kernel.org,
	linux-mm@kvack.org, pavel@ucw.cz
Subject: Re: Bug#695182: [RFC] Reproducible OOM with just a few sleeps
Date: Fri, 1 Feb 2013 10:06:55 +1100	[thread overview]
Message-ID: <201301312306.r0VN6tBx012280@como.maths.usyd.edu.au> (raw)
In-Reply-To: <1359639529.31386.49.camel@deadeye.wl.decadent.org.uk>

Dear Ben,

> Based on your experience I might propose to change the automatic kernel
> selection for i386 so that we use 'amd64' on a system with >16GB RAM and
> a capable processor.

Don't you mean change to amd64 for >4GB (or any RAM), never using PAE?
PAE is broken for any amount of RAM. More precisely, PAE with any RAM
fails the "sleep test":
  n=0; while [ $n -lt 33000 ]; do sleep 600 & ((n=n+1)); done
and with >32GB fails the "write test":
  n=0; while [ $n -lt 99 ]; do dd bs=1M count=1024 if=/dev/zero of=x$n; ((n=n+1)); done
Why do you think 16GB is significant?

Thanks, Paul

Paul Szabo   psz@maths.usyd.edu.au   http://www.maths.usyd.edu.au/u/psz/
School of Mathematics and Statistics   University of Sydney    Australia

  reply	other threads:[~2013-01-31 23:07 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-12  3:31 [RFC] Reproducible OOM with just a few sleeps paul.szabo
2013-01-14 15:00 ` Dave Hansen
2013-01-14 20:36   ` paul.szabo
2013-01-15  0:34     ` Bug#695182: " Ben Hutchings
2013-01-15  0:56     ` Dave Hansen
2013-01-15  2:16       ` paul.szabo
2013-01-30 12:51       ` Pavel Machek
2013-01-30 15:32         ` Dave Hansen
2013-01-30 19:40           ` paul.szabo
2013-01-31  5:15             ` Bug#695182: " Ben Hutchings
2013-01-31  9:07               ` paul.szabo
2013-01-31 13:38                 ` Ben Hutchings
2013-01-31 23:06                   ` paul.szabo [this message]
2013-02-01  1:07                     ` Ben Hutchings
2013-02-01  2:12                       ` paul.szabo
2013-02-01  2:57                         ` Ben Hutchings
2013-02-01  3:13                           ` paul.szabo
2013-02-01  4:38                             ` Phil Turmel
2013-02-01 10:20                               ` Pavel Machek
2013-02-01 10:25                                 ` PAE problems was " Pavel Machek
2013-02-01 16:57                                   ` H. Peter Anvin
2013-02-01 17:45                                     ` Ben Hutchings
2013-02-07  0:28                                   ` Dave Hansen
2013-02-10 19:09                                     ` Pavel Machek
2013-02-17  9:10   ` Simon Jeons
2013-02-24 22:10     ` paul.szabo

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=201301312306.r0VN6tBx012280@como.maths.usyd.edu.au \
    --to=paul.szabo@sydney.edu.au \
    --cc=695182@bugs.debian.org \
    --cc=ben@decadent.org.uk \
    --cc=dave@linux.vnet.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=pavel@ucw.cz \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).