Bump up coroutine stack size: saw C00000FD test termination.
(cherry picked from commit dc0b3aed4782e4e4835fd6b9d59d1d70b78be4a7)master
parent
692a5eb2d3
commit
9deeec22b7
|
|
@ -123,7 +123,7 @@ LLCoros::LLCoros():
|
|||
// Previously we used
|
||||
// boost::context::guarded_stack_allocator::default_stacksize();
|
||||
// empirically this is insufficient.
|
||||
mStackSize(900*1024),
|
||||
mStackSize(1024*1024),
|
||||
// mCurrent does NOT own the current CoroData instance -- it simply
|
||||
// points to it. So initialize it with a no-op deleter.
|
||||
mCurrent{ [](CoroData*){} }
|
||||
|
|
|
|||
Loading…
Reference in New Issue