mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Alan Cox <alan@lxorguk.ukuu.org.uk>
To: Steven Winikoff <smw@alcor.concordia.ca>
Cc: linux-kernel@vger.kernel.org,
	Sheila Ettinger <sheilae@alcor.concordia.ca>,
	Tan Bui <tan@alcor.concordia.ca>,
	Tao Wang <taow@alcor.concordia.ca>,
	Gillian Roper <groper@alcor.concordia.ca>,
	Sylvain Robitaille <syl@alcor.concordia.ca>
Subject: Re: 2.6.23.8: OOM killer kills wrong jobs
Date: Mon, 17 Dec 2007 13:30:53 +0000	[thread overview]
Message-ID: <20071217133053.508dbab0@the-village.bc.nu> (raw)
In-Reply-To: <304323.1197868809@alcor.concordia.ca>

> ...but I've run into a situation in which a system on which I *have* set
> no overcommit is being blasted by the OOM killer anyway.

Looks like the kernel is eating all the resources needed.

>    Linux babyalcor 2.6.23.1 #1 SMP Fri Oct 26 15:35:18 EDT 2007 \
>     i686 Dual Core AMD Opteron(tm) Processor 280 AuthenticAMD GNU/Linux

32bit kernel, 16GB of RAM. 

No suprise I'm afraid. Handling 16GB on a 32bit kernel, which has to
manage it all through a small addressible memory window is right on the
limit of what the standard kernel will handle (8GB is probably as high as
I would go). The no overcommit code ensures that user space doesn't
overcommit, but the kernel can get itself short of low memory resources
on a big box with 32bit kernels very easily. (In 64bit mode the CPU can
address all the memory directly so the problem vanishes).

You will *probably* get stable 16GB with the vendor tuned enterprise
kernels (RHEL, CentOS etc), or run a 64bit kernel and then the kernel
isn't trying the software equivalent of managing a filing cabinet through
the keyhole.

Alan

  reply	other threads:[~2007-12-17 13:38 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <9xMQB-5XC-25@gated-at.bofh.it>
     [not found] ` <9xHQH-6oR-5@gated-at.bofh.it>
2007-12-17  5:20   ` Steven Winikoff
2007-12-17 13:30     ` Alan Cox [this message]
2007-12-17 15:44       ` taow
2007-12-17 15:51         ` Sylvain Robitaille
2007-12-17 15:59         ` Alan Cox
2007-12-07 14:44 Dan Kegel
  -- strict thread matches above, loose matches on Subject: below --
2007-12-07  9:25 Martin MOKREJŠ
2007-12-07 14:44 ` Alan Cox

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=20071217133053.508dbab0@the-village.bc.nu \
    --to=alan@lxorguk.ukuu.org.uk \
    --cc=groper@alcor.concordia.ca \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sheilae@alcor.concordia.ca \
    --cc=smw@alcor.concordia.ca \
    --cc=syl@alcor.concordia.ca \
    --cc=tan@alcor.concordia.ca \
    --cc=taow@alcor.concordia.ca \
    /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

all inboxes | Powered by JetHome®