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:
parent
d92f09a5ee
commit
eb4e320681
Notes:
git
2021-04-21 08:26:40 +09:00
1 changed files with 1 additions and 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)
|
||||
default: 524288 (32-bit CPU) or 1048575 (64-bit)
|
||||
.Pp
|
||||
.It Ev RUBY_THREAD_MACHINE_STACK_SIZE
|
||||
Machine stack size used at thread creation.
|
||||
|
|
Loading…
Reference in a new issue