mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[DOC] man: Add environment variable RUBY_SHARED_FIBER_POOL_FREE_STACKS
This commit is contained in:
parent
589764b1c9
commit
c25f653047
1 changed files with 5 additions and 0 deletions
|
@ -655,6 +655,11 @@ GC frequency but increasing malloc growth until RUBY_GC_OLDMALLOC_LIMIT_MAX
|
||||||
is reached.
|
is reached.
|
||||||
Introduced in Ruby 2.1, default: 1.2, minimum: 1.0 (no growth)
|
Introduced in Ruby 2.1, default: 1.2, minimum: 1.0 (no growth)
|
||||||
.Pp
|
.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
|
.El
|
||||||
.Sh STACK SIZE ENVIRONMENT
|
.Sh STACK SIZE ENVIRONMENT
|
||||||
Stack size environment variables are implementation-dependent and
|
Stack size environment variables are implementation-dependent and
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue