From: Mike Perham Date: 2010-04-23T02:46:34+09:00 Subject: [ruby-core:29734] [Feature #3187] Allow dynamic Fiber stack size Feature #3187: Allow dynamic Fiber stack size http://redmine.ruby-lang.org/issues/show/3187 Author: Mike Perham Status: Open, Priority: Normal I'd like a way to increase the size of the Fiber stack dynamically so when my program starts, I can set it to whatever value I need for the code I'm running. 4KB is too easy to run into problems when running recursive code but settling on any arbitrary static value seems pointless to me. ---------------------------------------- http://redmine.ruby-lang.org