From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Michael Neuling To: Joakim Tjernlund Subject: Re: default stack size for threads changed In-reply-to: References: Date: Tue, 23 Feb 2010 12:58:16 +1100 Message-ID: <14321.1266890296@neuling.org> Cc: linuxppc-dev@ozlabs.org, miltonm@bga.com List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , In message you wrote: > > With current, 2.6.33-rc6, linux the default stack size changed from unlimited > to 8MB: > # > ulimit -s > 8192 > > This makes NPTL allocate a 8MB stack for each thread that is created. > This breaks in our embedded system. Although this > can be fixed in our app I wonder if this is intentional? When did this change from unlimited? It's unlikely but this might be related 803bf5ec259941936262d10ecc84511b76a20921 (post rc7). You'll also need to grab this http://patchwork.kernel.org/patch/79365/. Mikey > > Jocke > > _______________________________________________ > Linuxppc-dev mailing list > Linuxppc-dev@lists.ozlabs.org > https://lists.ozlabs.org/listinfo/linuxppc-dev >