From: "Christian Bornträger" <linux-kernel@borntraeger.net>
To: Andrea Arcangeli <andrea@suse.de>
Cc: "Marcelo Tosatti" <marcelo@conectiva.com.br>,
"Paul Larson" <plars@austin.ibm.com>,
"Linus Torvalds" <torvalds@transmeta.com>,
"Jacek[iso-8859-2]Pop³awski" <jpopl@interia.pl>,
lkml <linux-kernel@vger.kernel.org>
Subject: Re: __alloc_pages: 0-order allocation failed
Date: Wed, 26 Sep 2001 09:29:23 +0200 [thread overview]
Message-ID: <E15m99f-0004FL-00@mrvdom03.schlund.de> (raw)
In-Reply-To: <1001319223.4613.34.camel@plars.austin.ibm.com> <E15m1a6-0000K1-00@mrvdom00.schlund.de> <20010926014603.S1782@athlon.random>
In-Reply-To: <20010926014603.S1782@athlon.random>
> ok, this sounds like a normal oom condition but of course I assume it
> isn't. Can you show a `vmstat 1` during the oom kill + some
> /proc/meminfo? thanks for the great feedback!
As the VM sometimes killed me some long lasting root processes, like klogd, I
think it is not the normal oom behaviour........ :-)
vmstat:
procs memory swap io system
cpu
r b w swpd free buff cache si so bi bo in cs us sy id
0 0 0 0 457824 8476 28856 0 0 225 140 156 163 4 51 45
0 0 0 0 457440 8476 28860 0 0 0 280 143 103 1 52 47
0 0 0 0 457440 8476 28860 0 0 0 0 101 70 1 60 39
0 0 0 0 457440 8476 28860 0 0 0 0 109 86 1 56 43
0 0 0 0 457436 8476 28864 0 0 0 0 102 73 1 59 40
0 0 1 0 457436 8476 28864 0 0 0 0 101 70 1 58 41
0 0 0 0 457436 8476 28864 0 0 0 236 130 88 0 59 41
0 0 0 0 457436 8476 28864 0 0 0 0 101 69 1 60 39
0 0 0 0 457436 8476 28864 0 0 0 0 101 71 1 60 39
0 0 0 0 457436 8476 28864 0 0 0 0 101 71 0 60 40
1 0 0 0 168236 8476 28928 0 0 64 0 117 79 11 72 17
1 2 0 0 496532 236 1660 0 0 2948 252 415 303 5 75 20
0 0 0 0 495568 408 2364 0 0 708 0 184 206 1 26 73
0 0 1 0 495532 412 2396 0 0 36 0 105 78 1 59 40
0 0 0 0 495528 416 2396 0 0 0 0 106 81 1 60 39
0 0 0 0 495376 560 2396 0 0 0 272 139 103 1 56 43
0 0 0 0 495376 560 2396 0 0 0 0 104 78 1 60 39
meminfo: (a made a looping bash script with sleep 1 after a cat
/proc/meminfo. But During the kill there is a 3 second gap)
Mit Sep 26 09:14:58 CEST 2001
total: used: free: shared: buffers: cached:
Mem: 526491648 58064896 468426752 0 8679424 29556736
Swap: 0 0 0
MemTotal: 514152 kB
MemFree: 457448 kB
MemShared: 0 kB
Buffers: 8476 kB
Cached: 28864 kB
SwapCached: 0 kB
Active: 19084 kB
Inactive: 18256 kB
HighTotal: 0 kB
HighFree: 0 kB
LowTotal: 514152 kB
LowFree: 457448 kB
SwapTotal: 0 kB
SwapFree: 0 kB
Mit Sep 26 09:14:59 CEST 2001
total: used: free: shared: buffers: cached:
Mem: 526491648 162996224 363495424 0 8679424 29622272
Swap: 0 0 0
MemTotal: 514152 kB
MemFree: 354976 kB
MemShared: 0 kB
Buffers: 8476 kB
Cached: 28928 kB
SwapCached: 0 kB
Active: 19112 kB
Inactive: 18292 kB
HighTotal: 0 kB
HighFree: 0 kB
LowTotal: 514152 kB
LowFree: 354976 kB
SwapTotal: 0 kB
SwapFree: 0 kB
Mit Sep 26 09:15:02 CEST 2001
total: used: free: shared: buffers: cached:
Mem: 526491648 18993152 507498496 0 409600 2408448
Swap: 0 0 0
MemTotal: 514152 kB
MemFree: 495604 kB
MemShared: 0 kB
Buffers: 400 kB
Cached: 2352 kB
SwapCached: 0 kB
Active: 1388 kB
Inactive: 1364 kB
HighTotal: 0 kB
HighFree: 0 kB
LowTotal: 514152 kB
LowFree: 495604 kB
SwapTotal: 0 kB
SwapFree: 0 kB
Mit Sep 26 09:15:03 CEST 2001
total: used: free: shared: buffers: cached:
Mem: 526491648 19054592 507437056 0 421888 2453504
Swap: 0 0 0
MemTotal: 514152 kB
MemFree: 495544 kB
MemShared: 0 kB
Buffers: 412 kB
Cached: 2396 kB
SwapCached: 0 kB
Active: 1496 kB
Inactive: 1312 kB
HighTotal: 0 kB
HighFree: 0 kB
LowTotal: 514152 kB
LowFree: 495544 kB
SwapTotal: 0 kB
SwapFree: 0 kB
next prev parent reply other threads:[~2001-09-26 7:31 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-09-24 2:02 Jacek Popławski
2001-09-24 11:12 ` Marcelo Tosatti
2001-09-24 8:13 ` Paul Larson
2001-09-24 12:38 ` Marcelo Tosatti
2001-09-24 11:35 ` Paul Larson
2001-09-24 15:12 ` Marcelo Tosatti
2001-09-24 19:48 ` tpepper
2001-09-26 13:48 ` Andrea Arcangeli
2001-09-24 15:33 ` Christian Bornträger
2001-09-25 22:09 ` Andrea Arcangeli
2001-09-25 21:25 ` Marcelo Tosatti
2001-09-25 23:05 ` Andrea Arcangeli
2001-09-26 18:15 ` tpepper
2001-09-26 18:29 ` Andrea Arcangeli
2001-09-25 22:16 ` Christian Bornträger
2001-09-25 23:01 ` Andrea Arcangeli
2001-09-25 23:10 ` Christian Bornträger
2001-09-25 23:19 ` Andrea Arcangeli
2001-09-25 23:24 ` Christian Bornträger
2001-09-25 23:46 ` Andrea Arcangeli
2001-09-26 7:29 ` Christian Bornträger [this message]
2001-09-24 9:01 ` Paul Larson
2001-09-24 15:54 ` Olaf Hering
2001-09-24 16:06 ` Olaf Hering
2001-09-24 21:03 ` Jacek Popławski
2001-09-24 21:11 ` Jacek Popławski
2001-09-24 12:58 ` Christian Bornträger
2001-09-24 13:05 ` Arjan van de Ven
-- strict thread matches above, loose matches on Subject: below --
2006-05-31 12:09 Oliver König
2006-06-01 12:19 ` Jes Sorensen
2001-09-04 13:11 Martin MOKREJŠ
2001-09-04 16:12 ` Daniel Phillips
2001-09-07 12:53 ` Martin MOKREJŠ
2001-09-07 13:06 ` Martin MOKREJŠ
2001-09-07 20:43 ` Daniel Phillips
2001-09-07 21:00 ` Daniel Phillips
2001-09-12 13:06 ` Martin MOKREJŠ
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=E15m99f-0004FL-00@mrvdom03.schlund.de \
--to=linux-kernel@borntraeger.net \
--cc=andrea@suse.de \
--cc=jpopl@interia.pl \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo@conectiva.com.br \
--cc=plars@austin.ibm.com \
--cc=torvalds@transmeta.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 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®