From: Eric Wong Date: 2012-10-27T10:32:27+09:00 Subject: [ruby-core:48419] Re: [ruby-trunk - Feature #4614][Feedback] [RFC/PATCH] thread_pthread.c: lower RUBY_STACK_MIN_LIMIT to 64K "ko1 (Koichi Sasada)" wrote: > Ad-hoc solution, but environment variable (such as > RUBY_THREAD_MACHINE_STACK_SIZE) is enough for this issue? I think environment variable is too ugly, but it's your (or matz's) choice to support it. Also, it seems the recursive structure problem with gc_mark_children() is gone since r37075. Probably better to discuss #6695 instead.