From: "mame (Yusuke Endoh)" Date: 2012-11-24T12:07:22+09:00 Subject: [ruby-core:49986] [ruby-trunk - Feature #3187] Allow dynamic Fiber stack size Issue #3187 has been updated by mame (Yusuke Endoh). Target version changed from 2.0.0 to next minor ---------------------------------------- Feature #3187: Allow dynamic Fiber stack size https://bugs.ruby-lang.org/issues/3187#change-33755 Author: mperham (Mike Perham) Status: Assigned 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/