Skip to content

Commit

Permalink
Man page: correct defaults for RUBY_THREAD_VM_STACK_SIZE
Browse files Browse the repository at this point in the history
See RUBY_VM_THREAD_VM_STACK_SIZE in vm_core.h.
  • Loading branch information
XrXr committed Apr 20, 2021
1 parent d92f09a commit eb4e320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/ruby.1
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit eb4e320

Please sign in to comment.