diff options
author | Alan Wu <[email protected]> | 2021-04-20 18:32:13 -0400 |
---|---|---|
committer | Alan Wu <[email protected]> | 2021-04-20 19:26:15 -0400 |
commit | eb4e3206810adf2aa4edff2fa4c7583a4ff39aae (patch) | |
tree | 60156d56c1847fed470e65465c5485ed63e7b394 /man | |
parent | d92f09a5eea009fa28cd046e9d0eb698e3d94c5c (diff) |
Man page: correct defaults for RUBY_THREAD_VM_STACK_SIZE
See RUBY_VM_THREAD_VM_STACK_SIZE in vm_core.h.
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/4395
Diffstat (limited to 'man')
-rw-r--r-- | man/ruby.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/ruby.1 b/man/ruby.1 index 3decbc8378..944844b639 100644 --- a/man/ruby.1 +++ b/man/ruby.1 @@ -618,7 +618,7 @@ All values are specified in bytes. .Bl -hang -compact -width "RUBY_THREAD_MACHINE_STACK_SIZE" .It Ev RUBY_THREAD_VM_STACK_SIZE VM stack size used at thread creation. -default: 131072 (32-bit CPU) or 262144 (64-bit) +default: 524288 (32-bit CPU) or 1048575 (64-bit) .Pp .It Ev RUBY_THREAD_MACHINE_STACK_SIZE Machine stack size used at thread creation. |