From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: Re: [PATCH] xs: set read_thread stacksize Date: Thu, 21 Jun 2012 18:19:22 +0100 Message-ID: <20451.22426.90214.74528@mariner.uk.xensource.com> References: <0cf61ed6ce86de2b61db.1338307000@drall.uk.xensource.com> <201205300856.15605.simon.rowe@eu.citrix.com> <1338370815.31698.26.camel@zakaz.uk.xensource.com> <201205301310.09243.simon.rowe@eu.citrix.com> <1338449525.7864.14.camel@zakaz.uk.xensource.com> <4FE2E4DC.5030500@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4FE2E4DC.5030500@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Roger Pau Monne Cc: David Vrabel , "xen-devel@lists.xen.org" , Ian Campbell , Simon Rowe List-Id: xen-devel@lists.xenproject.org Roger Pau Monne writes ("Re: [Xen-devel] [PATCH] xs: set read_thread stacksize"): > Frankly I don't understand why do we have to touch this, even if you > requested 256MB of stack it won't we allocated until you get a page > fault, so you are only using the physical memory you need. It uses up a lot of address space on 32-bit if nothing else. Ian.