Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add documentation for other env vars used by Rakudo
  • Loading branch information
hoelzro committed May 19, 2015
1 parent aadd29c commit b30ef2e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/running.pod
Expand Up @@ -58,6 +58,22 @@ error.
Controls whether to emit ANSI codes for error highlighting. Defaults to true if unset, except on
Win32.

=item C<RAKUDO_MAX_THREADS> (src/core/ThreadPoolScheduler.pm)

Controls the maximum number of threads used by a thread pool.

=item C<RAKUDO_NO_DEPRECATIONS> (src/core/Deprecations.pm)

If set, suppresses deprecation warnings.

=item C<RAKUDO_VERBOSE_STACKFRAME> (src/core/Backtrace.pm)

Controls stack frame verbosity.

=item C<RAKUDO_BACKTRACE_SETTING> (src/core/Backtrace.pm)

Controls whether .setting files are included in backtraces.

=back

=head1 AUTHORS
Expand Down

0 comments on commit b30ef2e

Please sign in to comment.