Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763263AbYCXSdB (ORCPT ); Mon, 24 Mar 2008 14:33:01 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759254AbYCXScx (ORCPT ); Mon, 24 Mar 2008 14:32:53 -0400 Received: from netops-testserver-3-out.sgi.com ([192.48.171.28]:55415 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1758333AbYCXScw (ORCPT ); Mon, 24 Mar 2008 14:32:52 -0400 Date: Mon, 24 Mar 2008 11:31:05 -0700 (PDT) From: Christoph Lameter X-X-Sender: clameter@schroedinger.engr.sgi.com To: Arjan van de Ven cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [00/14] Virtual Compound Page Support V3 In-Reply-To: <20080322114043.17833ab4@laptopd505.fenrus.org> Message-ID: References: <20080321061703.921169367@sgi.com> <20080322114043.17833ab4@laptopd505.fenrus.org> 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: 993 Lines: 19 On Sat, 22 Mar 2008, Arjan van de Ven wrote: > can you document the drawback of large, frequent vmalloc() allocations at least? Ok. Lets add some documentation about this issue and some other things. A similar suggestion was made by Kosaki-san. > On 32 bit x86, the effective vmalloc space is 64Mb or so (after various PCI bars are ioremaped), > so if this type of allocation is used for a "scales with nr of ABC" where "ABC" is workload dependent, > there's a rather abrupt upper limit to this. > Not saying that that is a flaw of your patch, just pointing out that we should discourage usage of > the "scales with nr of ABC" (for example "one for each thread") kind of things. I better take out any patches that do large scale allocs then. -- 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/