From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Return-Path: Date: Tue, 26 Feb 2019 14:18:19 +0300 From: Cyrill Gorcunov Subject: Re: [RFC v3] fiber: Increase default stack size Message-ID: <20190226111819.GO7198@uranus> References: <20190222201639.GA7198@uranus> <20190225145516.6fdmob3tdkft5sky@esperanza> <20190225213955.GI7198@uranus> <20190226103223.c6aq7iqrw37o2blh@esperanza> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190226103223.c6aq7iqrw37o2blh@esperanza> To: Vladimir Davydov Cc: =?utf-8?B?0JPQtdC+0YDQs9C40Lkg0JrQuNGA0LjRh9C10L3QutC+?= , tarantool-patches@freelists.org List-ID: 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.