summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2024-06-03 20:18:28 +0900
committerNobuyoshi Nakada <[email protected]>2024-06-03 23:10:05 +0900
commitc25f653047a04156772ec19ef5f7f5899518a378 (patch)
tree41bcc59b1d3060869890e5f884a3513a4e03fc54
parent589764b1c9ed8ed5b59dfb953667b41c41700ce2 (diff)
[DOC] man: Add environment variable RUBY_SHARED_FIBER_POOL_FREE_STACKS
-rw-r--r--man/ruby.15
1 files changed, 5 insertions, 0 deletions
diff --git a/man/ruby.1 b/man/ruby.1
index c5152d1a07..eddf0e21e8 100644
--- a/man/ruby.1
+++ b/man/ruby.1
@@ -655,6 +655,11 @@ GC frequency but increasing malloc growth until RUBY_GC_OLDMALLOC_LIMIT_MAX
is reached.
Introduced in Ruby 2.1, default: 1.2, minimum: 1.0 (no growth)
.Pp
+.It Ev RUBY_SHARED_FIBER_POOL_FREE_STACKS
+Frees stacks of pooled fibers, if set to 1.
+Do not free the stacks if set to 0.
+Introduced in Ruby 2.7, default: 1 (no growth)
+.Pp
.El
.Sh STACK SIZE ENVIRONMENT
Stack size environment variables are implementation-dependent and