From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Parag Warudkar" Subject: Re: [Bug #11342] Linux 2.6.27-rc3: kernel BUG at mm/vmalloc.c - bisected Date: Tue, 26 Aug 2008 21:08:13 -0400 Message-ID: References: <200808261111.19205.rusty@rustcorp.com.au> <20080826183051.GB10925@cs181140183.pp.htv.fi> <20080826205916.GB11734@cs181140183.pp.htv.fi> <48B4A577.3020303@snapgear.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=V/wAKQBdaB7vrfrxfc710fKfGpuuXC0VKFXR1qSjH0E=; b=Mv6l6jEtAEkl0CMEaM/e+53H3Ctujfe9VDUfSJOHwSHRfjJpa2PDncDzyaPtcT8y1y 3/3sasiBzdlSGrXll9bHpdy1h+31PCuGFLXEnWT9xHQ6dQdTVh0+2P+RF/3ihPxAtXUV X2dazBHqmlvH5PtypQusEDrkO4EHmCSiYOcfA= In-Reply-To: <48B4A577.3020303@snapgear.com> Content-Disposition: inline Sender: linux-embedded-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Greg Ungerer Cc: Linus Torvalds , Adrian Bunk , Rusty Russell , "Alan D. Brunelle" , "Rafael J. Wysocki" , Linux Kernel Mailing List , Kernel Testers List , Andrew Morton , Arjan van de Ven , Ingo Molnar , linux-embedded@vger.kernel.org On Tue, Aug 26, 2008 at 8:53 PM, Greg Ungerer wrote: > I have some simple devices (network access/routers) with 8MB of RAM, > at power up not really being configured to do anything running 25 > processes. (Heck there is over 10 kernel processes running!). Configure > some interfaces and services and that will easily push past 40. > I'd be happy with a 160k saving :-) > So you really need to run all 25 processes on that 8Mb box? (For reference even the NGW100 development board comes with 16Mb RAM). Even if you do need those all 25 processes on the 8Mb box, fixing the memory usage of those user space hogs is lot better than trying to save 160Kb in kernel stacks. Last I looked, user space wasn't particularly frugal with memory usage. Parag