Re: Possible dcache BUG

From: Udo A. Steinberg (us15_at_os.inf.tu-dresden.de)
Date: 08/24/04

  • Next message: Ingo Molnar: "[patch] voluntary-preempt-2.6.8.1-P9"
    Date:	Mon, 23 Aug 2004 23:08:24 -0700
    To: Nick Piggin <nickpiggin@yahoo.com.au>
    
    
    

    On Fri, 20 Aug 2004 17:49:55 +1000 Nick Piggin (NP) wrote:

    NP> Can you reproduce the OOM with the following patch please? Then
    NP> send the output.

    I reproduced the problem using a slightly different setup to trigger the
    problem faster: 128 MB RAM, 188992 KB swap

    Here's the output of the OOM killer with your patch applied:

    oom-killer: gfp_mask=0x1d2
    DMA per-cpu:
    cpu 0 hot: low 2, high 6, batch 1
    cpu 0 cold: low 0, high 2, batch 1
    Normal per-cpu:
    cpu 0 hot: low 14, high 42, batch 7
    cpu 0 cold: low 0, high 14, batch 7
    HighMem per-cpu: empty

    Free pages: 1316kB (0kB HighMem)
    Active:5281 inactive:23611 dirty:0 writeback:0 unstable:0 free:329 slab:1403 mapped:12232 pagetables:167
    DMA free:712kB min:44kB low:88kB high:132kB active:5076kB inactive:5332kB present:16384kB pages_scanned:10112 all_unreclaimable? yes
    protections[]: 22 178 178
    Normal free:604kB min:312kB low:624kB high:936kB active:16048kB inactive:89112kB present:114688kB pages_scanned:62432 all_unreclaimable? yes
    protections[]: 0 156 156
    HighMem free:0kB min:128kB low:256kB high:384kB active:0kB inactive:0kB present:0kB pages_scanned:0 all_unreclaimable? no
    protections[]: 0 0 0
    DMA: 0*4kB 3*8kB 13*16kB 1*32kB 1*64kB 1*128kB 1*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 712kB
    Normal: 1*4kB 1*8kB 1*16kB 0*32kB 1*64kB 0*128kB 0*256kB 1*512kB 0*1024kB 0*2048kB 0*4096kB = 604kB
    HighMem: empty
    Swap cache: add 90886, delete 74524, find 4659/4974, race 0+0
    Out of Memory: Killed process 1217 (gphoto2).

    -Udo.

    
    

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/



  • Next message: Ingo Molnar: "[patch] voluntary-preempt-2.6.8.1-P9"

    Relevant Pages

    • Re: Possible dcache BUG
      ... >NP> Can you reproduce the OOM with the following patch please? ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: Linux killed Kenny, bastard!
      ... I do not break the way oom problem is addressed currently. ... Your patch doesn't address this use case, ... be much more common than system-wide unconstrained ooms, ...
      (Linux-Kernel)
    • Re: Ctrl+C doesnt interrupt process waiting for I/O
      ... some process is keeping the disk busy (some cron job for example: ... The following patch to 2.6.26-rc8 fixes the issue for me. ... I have tried to reproduce the original poster's issue on ... This disables the flush step, ...
      (Linux-Kernel)
    • Re: Fwd: core dump on kldload atapicam
      ... Any ideas what needed to reproduce that? ... simulate this problem locally and attached patch fixes it. ... along with the mailing lists, can be searched by going to ... Sep 24 12:19:46 gargoyle kernel: Trying to mount root from ...
      (freebsd-current)
    • Re: [RFC][-mm][PATCH 0/6] oom-killer: total renewal
      ... Don't we use it without big change of as-is OOM heuristic? ... Maybe I'll drop most of changes in patch 6's heuristics part. ... swap counting ...
      (Linux-Kernel)