From: "ko1 (Koichi Sasada)" Date: 2012-06-26T04:20:04+09:00 Subject: [ruby-core:45842] [ruby-trunk - Feature #3187] Allow dynamic Fiber stack size Issue #3187 has been updated by ko1 (Koichi Sasada). Any other idea about it? It's only API design. I'm not sure nahi-san's idea is good for Ruby or not. I feel that it is too different from current style. ---------------------------------------- Feature #3187: Allow dynamic Fiber stack size https://bugs.ruby-lang.org/issues/3187#change-27423 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/