summaryrefslogtreecommitdiff
path: root/man/ruby.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/ruby.1')
-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`.