Merge pull request #9638 from hannesm/runtime-stack-limit

documentation: clarify that l=x only affects byte-code runtime
master
Gabriel Scherer 2020-06-08 10:08:36 +02:00 committed by GitHub
commit 28d8217130
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -139,7 +139,9 @@ The following environment variables are also consulted:
\item[o] ("space_overhead") The major GC speed setting.
See the Gc module documentation for details.
\item[O] ("max_overhead") The heap compaction trigger setting.
\item[l] ("stack_limit") The limit (in words) of the stack size.
\item[l] ("stack_limit") The limit (in words) of the stack size. This is only
relevant to the byte-code runtime, as the native code runtime uses the
operating system's stack.
\item[v] ("verbose") What GC messages to print to stderr. This
is a sum of values selected from the following:
\begin{options}