[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <p73d4rrae1y.fsf@bingen.suse.de>
Date: Thu, 24 Jan 2008 08:16:41 +0100
From: Andi Kleen <andi@...stfloor.org>
To: Matthias Wolle <Matthias.Wolle@....de>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org
Subject: Re: LowFree/LowMem problem
Matthias Wolle <Matthias.Wolle@....de> writes:
> Jan 17 23:31:58 franklin72 kernel: sshd invoked oom-killer: gfp_mask=0xd0, order=0, oomkilladj=0
> Jan 17 23:31:58 franklin72 kernel: cat invoked oom-killer: gfp_mask=0x84d0, order=0, oomkilladj=0
> Jan 17 23:31:58 franklin72 kernel: [<c014af39>] out_of_memory+0x69/0x1a4
> Jan 17 23:31:58 franklin72 kernel: [<c014c588>] __alloc_pages+0x20a/0x291
> Jan 17 23:31:58 franklin72 kernel: [<c0153618>] __pte_alloc+0x11/0x94
Do you perhaps have a kernel compiled without CONFIG_HIGHPTE? Normally
__pte_alloc should be able to allocate highmem unless that option is
not set. Before HIGHPTE was implemented running out of low memory
due to page tables was pretty common.
BTW the ultimate fix for most lowmem problems is to go 64bit
-Andi
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists