Skip to content
Snippets Groups Projects
Commit bcc337aa authored by Ben Gamari's avatar Ben Gamari Committed by Austin Seipp
Browse files

users_guide: Document zero stack size limit

parent d3b24e10
No related merge requests found
......@@ -679,7 +679,8 @@ $ ./prog -f +RTS -H32m -S -RTS -h foo bar
<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 send the <literal>StackOverflow</literal> exception.
be sent the <literal>StackOverflow</literal> exception. The
limit can be disabled entiredly by specifying a size of zero.
</para>
<para>
This option is there mainly to stop the program eating up
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment