mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[DOC] man: Remove environment variable RUBY_GC_HEAP_INIT_SLOTS
This commit is contained in:
parent
0fb2147284
commit
c08783f398
1 changed files with 1 additions and 4 deletions
|
@ -566,10 +566,7 @@ Reaching the old malloc limit.
|
||||||
.Pp
|
.Pp
|
||||||
There are currently 4 possible areas where the GC may be tuned by
|
There are currently 4 possible areas where the GC may be tuned by
|
||||||
the following environment variables:
|
the following environment variables:
|
||||||
.Bl -hang -compact -width "RUBY_GC_HEAP_INIT_SLOTS"
|
.Bl -hang -compact -width "RUBY_GC_HEAP_%d_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
|
|
||||||
.It Ev RUBY_GC_HEAP_ Ns Ar %d Ns Ev _INIT_SLOTS
|
.It Ev RUBY_GC_HEAP_ Ns Ar %d Ns Ev _INIT_SLOTS
|
||||||
Initial allocation of slots in a specific heap.
|
Initial allocation of slots in a specific heap.
|
||||||
The available heaps can be found in the keys of `GC.stat_heap`.
|
The available heaps can be found in the keys of `GC.stat_heap`.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue