public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
[parent not found: <53vpu-s9-17@gated-at.bofh.it>]
* echo 0 > /proc/sys/vm/swappiness triggers OOM killer under 2.6.14.
@ 2005-10-31  0:09 Rob Landley
  0 siblings, 0 replies; 7+ messages in thread
From: Rob Landley @ 2005-10-31  0:09 UTC (permalink / raw)
  To: linux-kernel

Under 2.6.14 (UML), I have a workload that runs with 64 megs ram and 256 megs 
swap space.  It completes (albeit swapping like mad) with swappiness at the 
default 60, but if I set it to 0 the OOM killer kicks in and the script 
aborts.

The workload is basically compiling gcc 4.0.2 with gcc 3.3.2.  Now gcc a pig 
(hence the reason for feeding it 256 megs of swap space), but twiddling 
swappiness shouldn't make the difference between success and failure.

Why does the OOM killer ever trigger when there are _any_ dirty pages queued 
up for DMA to an existing local block device?  (Or when there is SWAP SPACE 
LEFT?)  This is memory that will be freed in time, thus the system isn't 
guaranteed to hang yet.  Don't we only need to trigger the OOM killer if the 
alternative is the system hanging?

Rob

P.S.  Not only is this repeatable, but I have a script that I run that 
downloads the UML and gcc sources, builds UML, and tries to build GCC under 
it.  I can put this up somewhere if anybody would like to try to reproduce 
this themselves...

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-11-03  1:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <53VDs-5r1-5@gated-at.bofh.it>
     [not found] ` <53VDs-5r1-3@gated-at.bofh.it>
     [not found]   ` <5400l-3iY-37@gated-at.bofh.it>
2005-11-02  0:07     ` echo 0 > /proc/sys/vm/swappiness triggers OOM killer under 2.6.14 Robert Hancock
2005-11-02 22:24       ` Rob Landley
     [not found] <53vpu-s9-17@gated-at.bofh.it>
2005-11-01  4:05 ` Robert Hancock
2005-11-01  8:37   ` Rob Landley
2005-11-02  7:32     ` Dave Jones
2005-11-02 19:13       ` Rob Landley
2005-10-31  0:09 Rob Landley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox