[DOC] man: Remove environment variable RUBY_GC_HEAP_INIT_SLOTS

This commit is contained in:
Nobuyoshi Nakada 2024-06-03 20:45:31 +09:00
Родитель 0fb2147284
Коммит c08783f398
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 3582D74E1FEE4465
1 изменённых файлов: 1 добавлений и 4 удалений

Просмотреть файл

@ -566,10 +566,7 @@ Reaching the old malloc limit.
.Pp
There are currently 4 possible areas where the GC may be tuned by
the following environment variables:
.Bl -hang -compact -width "RUBY_GC_HEAP_INIT_SLOTS"
.It Ev RUBY_GC_HEAP_INIT_SLOTS
Initial allocation slots. Applies to all slot sizes. Introduced in Ruby 2.1, default: 10000.
.Pp
.Bl -hang -compact -width "RUBY_GC_HEAP_%d_INIT_SLOTS"
.It Ev RUBY_GC_HEAP_ Ns Ar %d Ns Ev _INIT_SLOTS
Initial allocation of slots in a specific heap.
The available heaps can be found in the keys of `GC.stat_heap`.