Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753456AbYAXHQy (ORCPT ); Thu, 24 Jan 2008 02:16:54 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753351AbYAXHQo (ORCPT ); Thu, 24 Jan 2008 02:16:44 -0500 Received: from cantor.suse.de ([195.135.220.2]:43981 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752316AbYAXHQn (ORCPT ); Thu, 24 Jan 2008 02:16:43 -0500 To: Matthias Wolle Cc: Andrew Morton , linux-kernel@vger.kernel.org Subject: Re: LowFree/LowMem problem From: Andi Kleen References: <200801210632.42497.Matthias.Wolle@gmx.de> <20080123140639.828566dd.akpm@linux-foundation.org> <200801232340.54258.Matthias.Wolle@gmx.de> Date: Thu, 24 Jan 2008 08:16:41 +0100 In-Reply-To: <200801232340.54258.Matthias.Wolle@gmx.de> (Matthias Wolle's message of "Wed\, 23 Jan 2008 23\:40\:54 +0100") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1033 Lines: 21 Matthias Wolle 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: [] out_of_memory+0x69/0x1a4 > Jan 17 23:31:58 franklin72 kernel: [] __alloc_pages+0x20a/0x291 > Jan 17 23:31:58 franklin72 kernel: [] __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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/