diff options
author | Ben Gamari <bgamari.foss@gmail.com> | 2018-07-31 11:33:50 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-07-31 11:48:19 -0400 |
commit | 0e34a9f3e77108c5561fb183e59230a2fc3d1615 (patch) | |
tree | 0347f1994d6a9dee2435f37cf7933d0d4b089b60 /docs | |
parent | f8e5da92c0160a675e1666a5d6ed6a8ffcae193c (diff) | |
download | haskell-0e34a9f3e77108c5561fb183e59230a2fc3d1615.tar.gz |
users-guide: Document default +RTS -I value
As mentioned in #15402.
[no ci]
Test Plan: Read it.
Reviewers: alpmestan
Reviewed By: alpmestan
Subscribers: rwbarton, thomie, carter
GHC Trac Issues: #15402
Differential Revision: https://phabricator.haskell.org/D5027
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/runtime_control.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/runtime_control.rst b/docs/users_guide/runtime_control.rst index 92bc739dfe..797c7e26e4 100644 --- a/docs/users_guide/runtime_control.rst +++ b/docs/users_guide/runtime_control.rst @@ -535,7 +535,7 @@ performance. .. rts-flag:: -I ⟨seconds⟩ - :default: 0.3 seconds + :default: 0.3 seconds in the threaded runtime, 0 in the non-threaded runtime .. index:: single: idle GC |