diff options
Diffstat (limited to 'man/ruby.1')
-rw-r--r-- | man/ruby.1 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/man/ruby.1 b/man/ruby.1 index 556fddc4f7..fe4bb15f6e 100644 --- a/man/ruby.1 +++ b/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 |