From: "ko1 (Koichi Sasada)" Date: 2013-09-30T20:16:06+09:00 Subject: [ruby-core:57480] [ruby-trunk - Feature #3187][Feedback] Allow dynamic Fiber stack size Issue #3187 has been updated by ko1 (Koichi Sasada). Status changed from Assigned to Feedback Ruby 2.0 already has RUBY_VM_FIBER_VM_STACK_SIZE RUBY_FIBER_MACHINE_STACK_SIZE is it enough? ---------------------------------------- Feature #3187: Allow dynamic Fiber stack size https://bugs.ruby-lang.org/issues/3187#change-42093 Author: mperham (Mike Perham) Status: Feedback Priority: Normal Assignee: ko1 (Koichi Sasada) Category: core Target version: next minor =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/