From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from omx2.sgi.com (omx2-ext.sgi.com [192.48.171.19]) by ozlabs.org (Postfix) with ESMTP id 1DD0B67B77 for ; Fri, 20 Oct 2006 07:30:34 +1000 (EST) Date: Thu, 19 Oct 2006 14:30:30 -0700 (PDT) From: Christoph Lameter To: Will Schmidt Subject: Re: kernel BUG in __cache_alloc_node at linux-2.6.git/mm/slab.c:3177! In-Reply-To: <1161290304.8946.54.camel@farscape> Message-ID: References: <1160764895.11239.14.camel@farscape> <1160769226.11239.22.camel@farscape> <1160773040.11239.28.camel@farscape> <1161026409.31903.15.camel@farscape> <1161031821.31903.28.camel@farscape> <17717.50596.248553.816155@cargo.ozlabs.ibm.com> <17718.39522.456361.987639@cargo.ozlabs.ibm.com> <17719.1849.245776.4501@cargo.ozlabs.ibm.com> <1161290304.8946.54.camel@farscape> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: Christoph Lameter Cc: akpm@osdl.org, linuxppc-dev@ozlabs.org, Paul Mackerras , linux-kernel@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 19 Oct 2006, Will Schmidt wrote: > Is there a hook where we can see what/where the memory is going? Does > it seem reasonable for all of the memory that is in node 0 to be > consumed? > Mine appears to have... > Node 0 MemTotal: 229376 kB > Node 0 MemFree: 0 kB > Node 0 MemUsed: 229376 kB The memory is likely consumed before the slab allocator bootstrap code is reached. > And one of Paul's earlier notes mentioned about a gig of ram on node0; Yeah. I cannot make sense out of all of this. What is so special about node 0?