Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1325430 > unrolled thread
| Started by | Michal Hocko <mhocko@kernel.org> |
|---|---|
| First post | 2016-02-03 14:30 +0100 |
| Last post | 2016-02-07 05:20 +0100 |
| Articles | 7 — 3 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH 0/3] OOM detection rework v4 Michal Hocko <mhocko@kernel.org> - 2016-02-03 14:30 +0100
Re: [PATCH 0/3] OOM detection rework v4 David Rientjes <rientjes@google.com> - 2016-02-04 00:00 +0100
Re: [PATCH 0/3] OOM detection rework v4 Michal Hocko <mhocko@kernel.org> - 2016-02-04 14:00 +0100
Re: [PATCH 0/3] OOM detection rework v4 Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> - 2016-02-04 14:20 +0100
Re: [PATCH 0/3] OOM detection rework v4 Michal Hocko <mhocko@kernel.org> - 2016-02-04 14:40 +0100
Re: [PATCH 0/3] OOM detection rework v4 Michal Hocko <mhocko@kernel.org> - 2016-02-04 15:40 +0100
Re: [PATCH 0/3] OOM detection rework v4 Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> - 2016-02-07 05:20 +0100
| From | Michal Hocko <mhocko@kernel.org> |
|---|---|
| Date | 2016-02-03 14:30 +0100 |
| Subject | Re: [PATCH 0/3] OOM detection rework v4 |
| Message-ID | <qY5Fq-2vi-55@gated-at.bofh.it> |
Hi, this thread went mostly quite. Are all the main concerns clarified? Are there any new concerns? Are there any objections to targeting this for the next merge window? -- Michal Hocko SUSE Labs
[toc] | [next] | [standalone]
| From | David Rientjes <rientjes@google.com> |
|---|---|
| Date | 2016-02-04 00:00 +0100 |
| Message-ID | <qYez0-8kz-29@gated-at.bofh.it> |
| In reply to | #1325430 |
On Wed, 3 Feb 2016, Michal Hocko wrote: > Hi, > this thread went mostly quite. Are all the main concerns clarified? > Are there any new concerns? Are there any objections to targeting > this for the next merge window? Did we ever figure out what was causing the oom killer to be called much earlier in Tetsuo's http://marc.info/?l=linux-kernel&m=145096089726481 and http://marc.info/?l=linux-kernel&m=145130454913757 ? I'd like to take a look at the patch(es) that fixed it.
[toc] | [prev] | [next] | [standalone]
| From | Michal Hocko <mhocko@kernel.org> |
|---|---|
| Date | 2016-02-04 14:00 +0100 |
| Message-ID | <qYrFU-jS-7@gated-at.bofh.it> |
| In reply to | #1326090 |
On Wed 03-02-16 14:58:06, David Rientjes wrote: > On Wed, 3 Feb 2016, Michal Hocko wrote: > > > Hi, > > this thread went mostly quite. Are all the main concerns clarified? > > Are there any new concerns? Are there any objections to targeting > > this for the next merge window? > > Did we ever figure out what was causing the oom killer to be called much > earlier in Tetsuo's http://marc.info/?l=linux-kernel&m=145096089726481 and From the OOM report: [ 3902.430630] kthreadd invoked oom-killer: order=2, oom_score_adj=0, gfp_mask=0x27000c0(GFP_KERNEL|GFP_NOTRACK|0x100000) [ 3902.507561] Node 0 DMA32: 3788*4kB (UME) 184*8kB (UME) 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 16624kB [ 5262.901161] smbd invoked oom-killer: order=2, oom_score_adj=0, gfp_mask=0x27000c0(GFP_KERNEL|GFP_NOTRACK|0x100000) [ 5262.983496] Node 0 DMA32: 1987*4kB (UME) 14*8kB (ME) 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 8060kB [ 5269.764580] kthreadd invoked oom-killer: order=2, oom_score_adj=0, gfp_mask=0x27000c0(GFP_KERNEL|GFP_NOTRACK|0x100000) [ 5269.858330] Node 0 DMA32: 10648*4kB (UME) 0*8kB 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 42592kB > http://marc.info/?l=linux-kernel&m=145130454913757 ? [ 277.884512] Node 0 DMA32: 3438*4kB (UME) 791*8kB (UME) 3*16kB (UM) 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 20128kB [ 291.349097] Node 0 DMA32: 4221*4kB (UME) 1971*8kB (UME) 436*16kB (UME) 141*32kB (UME) 8*64kB (UM) 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 44652kB [ 302.916334] Node 0 DMA32: 4304*4kB (UM) 1181*8kB (UME) 59*16kB (UME) 7*32kB (ME) 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 27832kB [ 311.034251] Node 0 DMA32: 6*4kB (U) 2401*8kB (ME) 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 19232kB [ 314.314336] Node 0 DMA32: 1180*4kB (UM) 1449*8kB (UME) 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 16312kB [ 322.796256] Node 0 DMA32: 86*4kB (UME) 2474*8kB (UME) 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 20136kB [ 330.826190] Node 0 DMA32: 1637*4kB (UM) 1354*8kB (UME) 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 17380kB [ 332.846805] Node 0 DMA32: 4108*4kB (UME) 897*8kB (ME) 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 23608kB [ 341.073722] Node 0 DMA32: 3309*4kB (UM) 1124*8kB (UM) 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 22228kB [ 360.093794] Node 0 DMA32: 2719*4kB (UM) 97*8kB (UM) 14*16kB (UM) 37*32kB (UME) 27*64kB (UME) 3*128kB (UM) 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 15172kB [ 368.871173] Node 0 DMA32: 5042*4kB (UM) 248*8kB (UM) 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 22152kB [ 379.279344] Node 0 DMA32: 2994*4kB (ME) 503*8kB (UM) 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 16000kB [ 387.385740] Node 0 DMA32: 3638*4kB (UM) 115*8kB (UM) 1*16kB (U) 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 15488kB [ 391.228084] Node 0 DMA32: 3374*4kB (UME) 221*8kB (M) 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 15264kB [ 395.683137] Node 0 DMA32: 3794*4kB (ME) 0*8kB 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 15176kB [ 399.890082] Node 0 DMA32: 4155*4kB (UME) 200*8kB (ME) 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 18220kB [ 408.465169] Node 0 DMA32: 2804*4kB (ME) 203*8kB (UME) 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 12840kB [ 416.447247] Node 0 DMA32: 5158*4kB (UME) 68*8kB (M) 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 21176kB [ 418.799643] Node 0 DMA32: 3093*4kB (UME) 1043*8kB (UME) 2*16kB (M) 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 20748kB [ 428.109005] Node 0 DMA32: 2943*4kB (UME) 458*8kB (UME) 20*16kB (UME) 11*32kB (UME) 11*64kB (ME) 4*128kB (UME) 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 17324kB [ 439.032446] Node 0 DMA32: 2761*4kB (UM) 28*8kB (UM) 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 11268kB [ 441.731018] Node 0 DMA32: 3130*4kB (UM) 338*8kB (UM) 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 15224kB [ 442.070867] Node 0 DMA32: 590*4kB (ME) 827*8kB (ME) 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 8976kB [ 442.245208] Node 0 DMA32: 1902*4kB (UME) 410*8kB (UME) 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 10888kB There are cases where order-2 has some pages but I have commented on that here [1] > I'd like to take a look at the patch(es) that fixed it. I am not sure we can fix these pathological loads where we hit the higher order depletion and there is a chance that one of the thousands tasks terminates in an unpredictable way which happens to race with the OOM killer. As I've pointed out in [1] once the watermark check for the higher order allocation fails for the given order then we cannot rely on the reclaimable pages ever construct the required order. The current zone_reclaimable approach just happens to work for this particular load because the NR_PAGES_SCANNED gets reseted too often with a side effect of an undeterministic behavior. [1] http://lkml.kernel.org/r/20160120131355.GE14187@dhcp22.suse.cz -- Michal Hocko SUSE Labs
[toc] | [prev] | [next] | [standalone]
| From | Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> |
|---|---|
| Date | 2016-02-04 14:20 +0100 |
| Message-ID | <qYrZg-FN-21@gated-at.bofh.it> |
| In reply to | #1326763 |
Michal Hocko wrote: > I am not sure we can fix these pathological loads where we hit the > higher order depletion and there is a chance that one of the thousands > tasks terminates in an unpredictable way which happens to race with the > OOM killer. When I hit this problem on Dec 24th, I didn't run thousands of tasks. I think there were less than one hundred tasks in the system and only a few tasks were running. Not a pathological load at all. I'm running thousands of tasks only for increasing the possibility in the reproducer.
[toc] | [prev] | [next] | [standalone]
| From | Michal Hocko <mhocko@kernel.org> |
|---|---|
| Date | 2016-02-04 14:40 +0100 |
| Message-ID | <qYsiB-Ow-5@gated-at.bofh.it> |
| In reply to | #1326790 |
On Thu 04-02-16 22:10:54, Tetsuo Handa wrote: > Michal Hocko wrote: > > I am not sure we can fix these pathological loads where we hit the > > higher order depletion and there is a chance that one of the thousands > > tasks terminates in an unpredictable way which happens to race with the > > OOM killer. > > When I hit this problem on Dec 24th, I didn't run thousands of tasks. > I think there were less than one hundred tasks in the system and only > a few tasks were running. Not a pathological load at all. But as the OOM report clearly stated there were no > order-1 pages available in that particular case. And that happened after the direct reclaim and compaction were already invoked. As I've mentioned in the referenced email, we can try to do multiple retries e.g. do not give up on the higher order requests until we hit the maximum number of retries but I consider it quite ugly to be honest. I think that a proper communication with compaction is a more appropriate way to go long term. E.g. I find it interesting that try_to_compact_pages doesn't even care about PAGE_ALLOC_COSTLY_ORDER and treat is as any other high order request. Something like the following: --- diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 269a04f20927..1ae5b7da821b 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -3106,6 +3106,18 @@ should_reclaim_retry(gfp_t gfp_mask, unsigned order, } } + /* + * OK, so the watermak check has failed. Make sure we do all the + * retries for !costly high order requests and hope that multiple + * runs of compaction will generate some high order ones for us. + * + * XXX: ideally we should teach the compaction to try _really_ hard + * if we are in the retry path - something like priority 0 for the + * reclaim + */ + if (order <= PAGE_ALLOC_COSTLY_ORDER) + return true; + return false; } @@ -3281,11 +3293,11 @@ __alloc_pages_slowpath(gfp_t gfp_mask, unsigned int order, goto noretry; /* - * Costly allocations might have made a progress but this doesn't mean - * their order will become available due to high fragmentation so do - * not reset the no progress counter for them + * High order allocations might have made a progress but this doesn't + * mean their order will become available due to high fragmentation so + * do not reset the no progress counter for them */ - if (did_some_progress && order <= PAGE_ALLOC_COSTLY_ORDER) + if (did_some_progress && !order) no_progress_loops = 0; else no_progress_loops++; -- Michal Hocko SUSE Labs
[toc] | [prev] | [next] | [standalone]
| From | Michal Hocko <mhocko@kernel.org> |
|---|---|
| Date | 2016-02-04 15:40 +0100 |
| Message-ID | <qYteI-3bN-49@gated-at.bofh.it> |
| In reply to | #1326800 |
On Thu 04-02-16 14:39:05, Michal Hocko wrote: > On Thu 04-02-16 22:10:54, Tetsuo Handa wrote: > > Michal Hocko wrote: > > > I am not sure we can fix these pathological loads where we hit the > > > higher order depletion and there is a chance that one of the thousands > > > tasks terminates in an unpredictable way which happens to race with the > > > OOM killer. > > > > When I hit this problem on Dec 24th, I didn't run thousands of tasks. > > I think there were less than one hundred tasks in the system and only > > a few tasks were running. Not a pathological load at all. > > But as the OOM report clearly stated there were no > order-1 pages > available in that particular case. And that happened after the direct > reclaim and compaction were already invoked. > > As I've mentioned in the referenced email, we can try to do multiple > retries e.g. do not give up on the higher order requests until we hit > the maximum number of retries but I consider it quite ugly to be honest. > I think that a proper communication with compaction is a more > appropriate way to go long term. E.g. I find it interesting that > try_to_compact_pages doesn't even care about PAGE_ALLOC_COSTLY_ORDER > and treat is as any other high order request. > > Something like the following: With the patch description. Please note I haven't tested this yet so this is more a RFC than something I am really convinced about. I can live with it because the number of retries is nicely bounded but it sounds too hackish because it makes the decision rather blindly. I will talk to Vlastimil and Mel whether they see some way how to communicate the compaction state in a reasonable way. But I guess this is something that can come up later. What do you think? --- From d09de26cee148b4d8c486943b4e8f3bd7ad6f4be Mon Sep 17 00:00:00 2001 From: Michal Hocko <mhocko@suse.com> Date: Thu, 4 Feb 2016 14:56:59 +0100 Subject: [PATCH] mm, oom: protect !costly allocations some more should_reclaim_retry will give up retries for higher order allocations if none of the eligible zones has any requested or higher order pages available even if we pass the watermak check for order-0. This is done because there is no guarantee that the reclaimable and currently free pages will form the required order. This can, however, lead to situations were the high-order request (e.g. order-2 required for the stack allocation during fork) will trigger OOM too early - e.g. after the first reclaim/compaction round. Such a system would have to be highly fragmented and the OOM killer is just a matter of time but let's stick to our MAX_RECLAIM_RETRIES for the high order and not costly requests to make sure we do not fail prematurely. This also means that we do not reset no_progress_loops at the __alloc_pages_slowpath for high order allocations to guarantee a bounded number of retries. Longterm it would be much better to communicate with the compaction and retry only if the compaction considers it meaningfull. Signed-off-by: Michal Hocko <mhocko@suse.com> --- mm/page_alloc.c | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 269a04f20927..f05aca36469b 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -3106,6 +3106,18 @@ should_reclaim_retry(gfp_t gfp_mask, unsigned order, } } + /* + * OK, so the watermak check has failed. Make sure we do all the + * retries for !costly high order requests and hope that multiple + * runs of compaction will generate some high order ones for us. + * + * XXX: ideally we should teach the compaction to try _really_ hard + * if we are in the retry path - something like priority 0 for the + * reclaim + */ + if (order && order <= PAGE_ALLOC_COSTLY_ORDER) + return true; + return false; } @@ -3281,11 +3293,11 @@ __alloc_pages_slowpath(gfp_t gfp_mask, unsigned int order, goto noretry; /* - * Costly allocations might have made a progress but this doesn't mean - * their order will become available due to high fragmentation so do - * not reset the no progress counter for them + * High order allocations might have made a progress but this doesn't + * mean their order will become available due to high fragmentation so + * do not reset the no progress counter for them */ - if (did_some_progress && order <= PAGE_ALLOC_COSTLY_ORDER) + if (did_some_progress && !order) no_progress_loops = 0; else no_progress_loops++; -- 2.7.0 -- Michal Hocko SUSE Labs
[toc] | [prev] | [next] | [standalone]
| From | Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> |
|---|---|
| Date | 2016-02-07 05:20 +0100 |
| Message-ID | <qZoZj-K3-1@gated-at.bofh.it> |
| In reply to | #1326800 |
Michal Hocko wrote: > On Thu 04-02-16 22:10:54, Tetsuo Handa wrote: > > Michal Hocko wrote: > > > I am not sure we can fix these pathological loads where we hit the > > > higher order depletion and there is a chance that one of the thousands > > > tasks terminates in an unpredictable way which happens to race with the > > > OOM killer. > > > > When I hit this problem on Dec 24th, I didn't run thousands of tasks. > > I think there were less than one hundred tasks in the system and only > > a few tasks were running. Not a pathological load at all. > > But as the OOM report clearly stated there were no > order-1 pages > available in that particular case. And that happened after the direct > reclaim and compaction were already invoked. > > As I've mentioned in the referenced email, we can try to do multiple > retries e.g. do not give up on the higher order requests until we hit > the maximum number of retries but I consider it quite ugly to be honest. > I think that a proper communication with compaction is a more > appropriate way to go long term. E.g. I find it interesting that > try_to_compact_pages doesn't even care about PAGE_ALLOC_COSTLY_ORDER > and treat is as any other high order request. > FYI, I again hit unexpected OOM-killer during genxref on linux-4.5-rc2 source. I think current patchset is too fragile to merge. ---------------------------------------- [ 3101.626995] smbd invoked oom-killer: gfp_mask=0x27000c0(GFP_KERNEL_ACCOUNT|__GFP_NOTRACK), order=2, oom_score_adj=0 [ 3101.629148] smbd cpuset=/ mems_allowed=0 [ 3101.630332] CPU: 1 PID: 3941 Comm: smbd Not tainted 4.5.0-rc2-next-20160205 #293 [ 3101.632335] Hardware name: VMware, Inc. VMware Virtual Platform/440BX Desktop Reference Platform, BIOS 6.00 07/31/2013 [ 3101.634567] 0000000000000286 000000005784a8f9 ffff88007c47bad0 ffffffff8139abbd [ 3101.636533] 0000000000000000 ffff88007c47bd00 ffff88007c47bb70 ffffffff811bdc6c [ 3101.638381] 0000000000000206 ffffffff81810b30 ffff88007c47bb10 ffffffff810be079 [ 3101.640215] Call Trace: [ 3101.641169] [<ffffffff8139abbd>] dump_stack+0x85/0xc8 [ 3101.642560] [<ffffffff811bdc6c>] dump_header+0x5b/0x3b0 [ 3101.643983] [<ffffffff810be079>] ? trace_hardirqs_on_caller+0xf9/0x1c0 [ 3101.645616] [<ffffffff810be14d>] ? trace_hardirqs_on+0xd/0x10 [ 3101.647081] [<ffffffff81143fb6>] oom_kill_process+0x366/0x550 [ 3101.648631] [<ffffffff811443df>] out_of_memory+0x1ef/0x5a0 [ 3101.650081] [<ffffffff8114449d>] ? out_of_memory+0x2ad/0x5a0 [ 3101.651624] [<ffffffff81149d0d>] __alloc_pages_nodemask+0xbad/0xd90 [ 3101.653207] [<ffffffff8114a0ac>] alloc_kmem_pages_node+0x4c/0xc0 [ 3101.654767] [<ffffffff8106d5c1>] copy_process.part.31+0x131/0x1b40 [ 3101.656381] [<ffffffff8111d9ea>] ? __audit_syscall_entry+0xaa/0xf0 [ 3101.657952] [<ffffffff810e8119>] ? current_kernel_time64+0xa9/0xc0 [ 3101.659492] [<ffffffff8106f19b>] _do_fork+0xdb/0x5d0 [ 3101.660814] [<ffffffff810030c1>] ? do_audit_syscall_entry+0x61/0x70 [ 3101.662305] [<ffffffff81003254>] ? syscall_trace_enter_phase1+0x134/0x150 [ 3101.663988] [<ffffffff81703d2c>] ? return_from_SYSCALL_64+0x2d/0x7a [ 3101.665572] [<ffffffff810035ec>] ? do_syscall_64+0x1c/0x180 [ 3101.667067] [<ffffffff8106f714>] SyS_clone+0x14/0x20 [ 3101.668510] [<ffffffff8100362d>] do_syscall_64+0x5d/0x180 [ 3101.669931] [<ffffffff81703cff>] entry_SYSCALL64_slow_path+0x25/0x25 [ 3101.671642] Mem-Info: [ 3101.672612] active_anon:46842 inactive_anon:2094 isolated_anon:0 active_file:108974 inactive_file:131350 isolated_file:0 unevictable:0 dirty:1174 writeback:0 unstable:0 slab_reclaimable:107536 slab_unreclaimable:14287 mapped:4199 shmem:2166 pagetables:1524 bounce:0 free:6260 free_pcp:31 free_cma:0 [ 3101.681294] Node 0 DMA free:6884kB min:44kB low:52kB high:64kB active_anon:3488kB inactive_anon:100kB active_file:0kB inactive_file:4kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:15988kB managed:15904kB mlocked:0kB dirty:0kB writeback:0kB mapped:4kB shmem:100kB slab_reclaimable:3852kB slab_unreclaimable:444kB kernel_stack:80kB pagetables:112kB unstable:0kB bounce:0kB free_pcp:0kB local_pcp:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:0 all_unreclaimable? no [ 3101.691319] lowmem_reserve[]: 0 1714 1714 1714 [ 3101.692847] Node 0 DMA32 free:18156kB min:5172kB low:6464kB high:7756kB active_anon:183880kB inactive_anon:8276kB active_file:435896kB inactive_file:525396kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:2080640kB managed:1759480kB mlocked:0kB dirty:4696kB writeback:0kB mapped:16792kB shmem:8564kB slab_reclaimable:426292kB slab_unreclaimable:56704kB kernel_stack:3328kB pagetables:5984kB unstable:0kB bounce:0kB free_pcp:120kB local_pcp:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:0 all_unreclaimable? no [ 3101.704239] lowmem_reserve[]: 0 0 0 0 [ 3101.705887] Node 0 DMA: 75*4kB (UME) 69*8kB (UME) 43*16kB (UM) 23*32kB (UME) 8*64kB (UM) 4*128kB (UME) 2*256kB (UM) 0*512kB 1*1024kB (U) 1*2048kB (M) 0*4096kB = 6884kB [ 3101.710581] Node 0 DMA32: 4513*4kB (UME) 15*8kB (U) 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 18172kB [ 3101.713857] Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=2048kB [ 3101.716332] 242517 total pagecache pages [ 3101.717878] 0 pages in swap cache [ 3101.719332] Swap cache stats: add 0, delete 0, find 0/0 [ 3101.721577] Free swap = 0kB [ 3101.722980] Total swap = 0kB [ 3101.724364] 524157 pages RAM [ 3101.725697] 0 pages HighMem/MovableOnly [ 3101.727165] 80311 pages reserved [ 3101.728482] 0 pages hwpoisoned [ 3101.729754] [ pid ] uid tgid total_vm rss nr_ptes nr_pmds swapents oom_score_adj name [ 3101.732071] [ 492] 0 492 9206 975 20 4 0 0 systemd-journal [ 3101.734357] [ 520] 0 520 10479 631 22 3 0 -1000 systemd-udevd [ 3101.737036] [ 527] 0 527 12805 682 24 3 0 -1000 auditd [ 3101.739505] [ 1174] 0 1174 4830 556 14 3 0 0 irqbalance [ 3101.741876] [ 1180] 81 1180 6672 604 20 3 0 -900 dbus-daemon [ 3101.744728] [ 1817] 0 1817 56009 880 40 4 0 0 rsyslogd [ 3101.747164] [ 1818] 0 1818 1096 349 8 3 0 0 rngd [ 3101.749788] [ 1820] 0 1820 52575 1074 56 3 0 0 abrtd [ 3101.752135] [ 1821] 0 1821 80901 5160 80 4 0 0 firewalld [ 3101.754532] [ 1823] 0 1823 6602 681 20 3 0 0 systemd-logind [ 3101.757342] [ 1825] 70 1825 6999 458 20 3 0 0 avahi-daemon [ 3101.759784] [ 1827] 0 1827 51995 986 55 3 0 0 abrt-watch-log [ 3101.762465] [ 1838] 0 1838 31586 647 21 3 0 0 crond [ 3101.764797] [ 1946] 70 1946 6999 58 19 3 0 0 avahi-daemon [ 3101.767262] [ 2043] 0 2043 65187 858 43 3 0 0 vmtoolsd [ 3101.769665] [ 2618] 0 2618 27631 3112 53 3 0 0 dhclient [ 3101.772203] [ 2622] 999 2622 130827 2570 56 3 0 0 polkitd [ 3101.774645] [ 2704] 0 2704 138263 3351 91 4 0 0 tuned [ 3101.777114] [ 2709] 0 2709 20640 773 45 3 0 -1000 sshd [ 3101.779428] [ 2711] 0 2711 7328 551 19 3 0 0 xinetd [ 3101.782016] [ 3883] 0 3883 22785 827 45 3 0 0 master [ 3101.784576] [ 3884] 89 3884 22811 924 46 4 0 0 pickup [ 3101.786898] [ 3885] 89 3885 22828 886 44 3 0 0 qmgr [ 3101.789287] [ 3916] 0 3916 23203 736 50 3 0 0 login [ 3101.791666] [ 3927] 0 3927 27511 381 13 3 0 0 agetty [ 3101.794116] [ 3930] 0 3930 79392 1063 105 3 0 0 nmbd [ 3101.796387] [ 3941] 0 3941 96485 1544 138 4 0 0 smbd [ 3101.798602] [ 3944] 0 3944 96485 1290 131 4 0 0 smbd [ 3101.800783] [ 7471] 0 7471 28886 732 15 3 0 0 bash [ 3101.803013] [ 7580] 0 7580 2380 613 10 3 0 0 makelxr.sh [ 3101.805147] [ 7786] 0 7786 27511 395 10 3 0 0 agetty [ 3101.807198] [ 8139] 0 8139 35888 974 72 3 0 0 sshd [ 3101.809255] [ 8144] 0 8144 28896 761 15 4 0 0 bash [ 3101.811335] [15286] 0 15286 38294 30474 81 3 0 0 genxref [ 3101.813512] Out of memory: Kill process 15286 (genxref) score 66 or sacrifice child [ 3101.815659] Killed process 15286 (genxref) total-vm:153176kB, anon-rss:117092kB, file-rss:4804kB, shmem-rss:0kB ---------------------------------------- > Something like the following: Yes, I do think we need something like it.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web