Skip to content
  • Henrik Gramner's avatar
    Control the stack size of spawned threads · 2756254f
    Henrik Gramner authored and Henrik Gramner's avatar Henrik Gramner committed
    On some systems (e.g. Google Fuchsia) the default stack size of new
    threads is insufficient, resulting in crashes.
    
    On other systems the default stack size is unnecessarily large,
    which can waste a lot of virtual memory.
    
    By setting it to a sufficiently large fixed value we can ensure that
    we don't run out of stack space while keeping down memory usage.
    2756254f