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
Родитель d92f09a5ee
Коммит eb4e320681
1 изменённых файлов: 1 добавлений и 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.