From: "ko1 (Koichi Sasada)" Date: 2012-10-27T05:37:54+09:00 Subject: [ruby-core:48339] [ruby-trunk - Feature #3187] Allow dynamic Fiber stack size Issue #3187 has been updated by ko1 (Koichi Sasada). I'm considering it because no progress on https://bugs.ruby-lang.org/issues/6694 (sorry, it is naming issue, I think). Can I add an environment variable (such as RUBY_FIBER_MACHINE_STACK_SIZE) to avoid this issue temporarily? ---------------------------------------- Feature #3187: Allow dynamic Fiber stack size https://bugs.ruby-lang.org/issues/3187#change-31647 Author: mperham (Mike Perham) Status: Assigned Priority: Normal Assignee: ko1 (Koichi Sasada) Category: core Target version: 2.0.0 =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://bugs.ruby-lang.org/