Feature #10197
closeddocument RUBY_* stack size/GC params in ruby.1 manpage
Description
Good idea or too implementation/internals-dependent?
We can note it is implementation-dependent behavior in the manpage.
I can prepare patches based on existing NEWS-* files.
Files
Updated by ko1 (Koichi Sasada) about 10 years ago
Most of environemnt variables should be implementation dependent.
I recommend you to use comment in gc.c:
https://github.com/ruby/ruby/blob/trunk/gc.c#L5848
Maybe on 2.2 I will add some more variables.
Updated by normalperson (Eric Wong) about 10 years ago
- File 0001-man-ruby.1-document-stack-size-env-variables.patch 0001-man-ruby.1-document-stack-size-env-variables.patch added
Work-in-progress here with *_STACK_SIZE.
I added a header section hopefully clarifying the difference between
VM vs. machine stack size changes.
This manpage feels a bit long, I think the FEATURES section should be moved to a
new ruby(7) manpage. Perhaps these new tuning variables should also be
moved to a ruby_tuning(7) variable for longer explanations
Updated by Anonymous about 10 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
Updated by normalperson (Eric Wong) almost 10 years ago
Committed GC stuff as r48855, hopefully this all makes sense to people
who are not familiar with Ruby internals.