|
From: Michael S. <ms...@xi...> - 2009-04-23 17:14:50
|
On Wed, Apr 22, 2009 at 8:52 PM, Nicholas Nethercote <n.n...@gm...> wrote: > So it looks like the thread stacks are 8MB, which seems rather large > -- I thought the main stack was typically something like that size, > but that thread stacks were much smaller, maybe 64KB or something? Thread stacks on linux default to 8MB. Which is absurdly large, but that's ok. I wouldn't think it likely that that would have changed system-wide - it's been the default for many years. Mike |