From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keith Owens Date: Wed, 07 Dec 2005 05:50:52 +0000 Subject: Re: [RFC 1/3] Framework for accurate node based statistics Message-Id: <9353.1133934652@kao2.melbourne.sgi.com> List-Id: In-Reply-To: Your message of "Tue, 06 Dec 2005 14:52:33 -0800." References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Christoph Lameter Cc: Andi Kleen , linux-kernel@vger.kernel.org, Hugh Dickins , Nick Piggin , linux-mm@kvack.org, linux-ia64@vger.kernel.org, Marcelo Tosatti On Tue, 6 Dec 2005 14:52:33 -0800 (PST), Christoph Lameter wrote: >+DEFINE_PER_CPU(local_t [MAX_NUMNODES][NR_STAT_ITEMS], vm_stat_diff); How big is that array going to get? The total per cpu data area is limited to 64K on IA64 and we already use at least 34K.