From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.pbcl.net ([88.198.119.4] helo=hetzner.pbcl.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Rz2MS-0002r8-MC for openembedded-core@lists.openembedded.org; Sun, 19 Feb 2012 09:43:12 +0100 Received: from blundell.swaffham-prior.co.uk ([91.216.112.25] helo=[192.168.114.6]) by hetzner.pbcl.net with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1Rz2EU-00023m-B3; Sun, 19 Feb 2012 09:34:58 +0100 Message-ID: <1329640476.2591.149.camel@x121e.pbcl.net> From: Phil Blundell To: Patches and discussions about the oe-core layer Date: Sun, 19 Feb 2012 08:34:36 +0000 In-Reply-To: <1329620128.7006.8.camel@ted> References: <1329608182.4436.48.camel@ted> <1329620128.7006.8.camel@ted> X-Mailer: Evolution 3.2.2-1 Mime-Version: 1.0 Cc: bitbake-devel Subject: Re: [bitbake-devel] Bitbake Memory Usage X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2012 08:43:12 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Sun, 2012-02-19 at 02:55 +0000, Richard Purdie wrote: > The problem is then going to be memory fragmentation since whilst we can > free the memory used by the objects, its extremely unlikely everything > to the end of the data segment is likely to be free so sbrk() cannot be > rolled backwards to free memory. Sounds like it. Have you tried running python with a lower MMAP_THRESHOLD? p.