summaryrefslogtreecommitdiff
path: root/docs/users_guide
diff options
context:
space:
mode:
Diffstat (limited to 'docs/users_guide')
-rw-r--r--docs/users_guide/runtime_control.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/users_guide/runtime_control.xml b/docs/users_guide/runtime_control.xml
index 32edc3faec..d26dd96e8c 100644
--- a/docs/users_guide/runtime_control.xml
+++ b/docs/users_guide/runtime_control.xml
@@ -676,11 +676,12 @@ $ ./prog -f +RTS -H32m -S -RTS -h foo bar
<indexterm><primary>stack, maximum size</primary></indexterm>
</term>
<listitem>
- <para>&lsqb;Default: 8M&rsqb; Set the maximum stack size for
- an individual thread to <replaceable>size</replaceable>
- bytes. If the thread attempts to exceed this limit, it will
- be sent the <literal>StackOverflow</literal> exception. The
- limit can be disabled entiredly by specifying a size of zero.
+ <para>&lsqb;Default: 80% physical memory size&rsqb; Set the
+ maximum stack size for an individual thread to
+ <replaceable>size</replaceable> bytes. If the thread
+ attempts to exceed this limit, it will be sent the
+ <literal>StackOverflow</literal> exception. The
+ limit can be disabled entirely by specifying a size of zero.
</para>
<para>
This option is there mainly to stop the program eating up