From: Robert Pankowecki Date: 2011-10-12T21:42:53+09:00 Subject: [ruby-core:40116] [Ruby 1.9 - Feature #3187] Allow dynamic Fiber stack size Issue #3187 has been updated by Robert Pankowecki. I would also welcome such improvement. ---------------------------------------- Feature #3187: Allow dynamic Fiber stack size http://redmine.ruby-lang.org/issues/3187 Author: Mike Perham Status: Open Priority: Normal Assignee: Category: Target version: 1.9.x =begin 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. =end -- http://redmine.ruby-lang.org