summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2024-06-03 20:45:31 +0900
committerNobuyoshi Nakada <[email protected]>2024-06-03 23:10:05 +0900
commitc08783f398f7a019675289f7cef4acee5a371b24 (patch)
tree061fdee71632236ebec3fa4b0dd507870317ec86
parent0fb2147284423eafabbf5d8878dd9392981f3b24 (diff)
[DOC] man: Remove environment variable RUBY_GC_HEAP_INIT_SLOTS
-rw-r--r--man/ruby.15
1 files changed, 1 insertions, 4 deletions
diff --git a/man/ruby.1 b/man/ruby.1
index cedc4e7958..cce7e2a040 100644
--- a/man/ruby.1
+++ b/man/ruby.1
@@ -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`.