1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Man page: correct defaults for RUBY_THREAD_VM_STACK_SIZE

See RUBY_VM_THREAD_VM_STACK_SIZE in vm_core.h.
This commit is contained in:
Alan Wu 2021-04-20 18:32:13 -04:00
parent d92f09a5ee
commit eb4e320681
Notes: git 2021-04-21 08:26:40 +09:00

View file

@ -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.