summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBen Gamari <bgamari.foss@gmail.com>2018-07-31 11:33:50 -0400
committerBen Gamari <ben@smart-cactus.org>2018-07-31 11:48:19 -0400
commit0e34a9f3e77108c5561fb183e59230a2fc3d1615 (patch)
tree0347f1994d6a9dee2435f37cf7933d0d4b089b60 /docs
parentf8e5da92c0160a675e1666a5d6ed6a8ffcae193c (diff)
downloadhaskell-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.rst2
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