mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[DOC] man: Add environment variable RUBY_MAX_CPU and RUBY_MN_THREADS
This commit is contained in:
parent
2192b0eaa0
commit
fa8984df2e
1 changed files with 10 additions and 0 deletions
10
man/ruby.1
10
man/ruby.1
|
@ -525,6 +525,16 @@ Introduced in Ruby 3.3, default: unset.
|
|||
The custom default buffer size of
|
||||
.Li IO::Buffer .
|
||||
.Pp
|
||||
.It Ev RUBY_MAX_CPU
|
||||
The maximum number of native threads used by M:N Threads scheduler
|
||||
Introduced in Ruby 3.3, default: 8.
|
||||
.Pp
|
||||
.It Ev RUBY_MN_THREADS
|
||||
If set to
|
||||
.Li 1 ,
|
||||
M:N Thread scheduler is enabled on the main Ractor.
|
||||
Introduced in Ruby 3.3, default: unset.
|
||||
.Pp
|
||||
.It Ev PATH
|
||||
Ruby refers to the
|
||||
.Ev PATH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue