summaryrefslogtreecommitdiff
path: root/man/ruby.1
diff options
context:
space:
mode:
authorAlan Wu <[email protected]>2021-04-20 18:32:13 -0400
committerAlan Wu <[email protected]>2021-04-20 19:26:15 -0400
commiteb4e3206810adf2aa4edff2fa4c7583a4ff39aae ()
tree60156d56c1847fed470e65465c5485ed63e7b394 /man/ruby.1
parentd92f09a5eea009fa28cd046e9d0eb698e3d94c5c (diff)
Man page: correct defaults for RUBY_THREAD_VM_STACK_SIZE
See RUBY_VM_THREAD_VM_STACK_SIZE in vm_core.h.
Notes: Merged: https://.com/ruby/ruby/pull/4395
-rw-r--r--man/ruby.12
1 files changed, 1 insertions, 1 deletions
@@ -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)
.Pp
.It Ev RUBY_THREAD_MACHINE_STACK_SIZE
Machine stack size used at thread creation.