Actions
Feature #19785
closedDeprecate `RUBY_GC_HEAP_INIT_SLOTS`
Feature #19785:
Deprecate `RUBY_GC_HEAP_INIT_SLOTS`
Status:
Closed
Assignee:
-
Target version:
-
Description
GitHub PR: https://github.com/ruby/ruby/pull/8147
The RUBY_GC_HEAP_INIT_SLOTS environment variable is replaced by
RUBY_GC_HEAP_INIT_SIZE_%d_SLOTS (introduced in commit
3ab3455),
which allows for more fine-grained tuning of size pools. So it doesn't make
sense to keep the environment variable RUBY_GC_HEAP_INIT_SLOTS.
I'm proposing to deprecate RUBY_GC_HEAP_INIT_SLOTS and eventually remove it.
Actions