[RFC v3] fiber: Increase default stack size

Cyrill Gorcunov gorcunov at gmail.com
Tue Feb 26 14:18:19 MSK 2019


On Tue, Feb 26, 2019 at 01:32:23PM +0300, Vladimir Davydov wrote:
> >  	FIBER_STACK_SIZE_MINIMAL = 16384,
> > +	/* Stack size for stack relaxed tasks */
> > +	FIBER_STACK_MIDDLE_LIMIT = 65536,
> 
> I don't quite like the name. May be, FIBER_STACK_SIZE_PREALLOC
> would be better? Or we could even leave FIBER_STACK_SIZE_DEFAULT.

Sure. And thanks for the rest of comments.



More information about the Tarantool-patches mailing list