|
From: <sv...@va...> - 2015-02-16 21:56:01
|
Author: florian
Date: Mon Feb 16 21:55:52 2015
New Revision: 14934
Log:
Document the --max-threads command line option.
Modified:
trunk/docs/xml/manual-core.xml
Modified: trunk/docs/xml/manual-core.xml
==============================================================================
--- trunk/docs/xml/manual-core.xml (original)
+++ trunk/docs/xml/manual-core.xml Mon Feb 16 21:55:52 2015
@@ -1683,6 +1683,19 @@
</listitem>
</varlistentry>
+ <varlistentry id="opt.max-threads" xreflabel="--max-threads">
+ <term>
+ <option><![CDATA[--max-threads=<number> [default: 500] ]]></option>
+ </term>
+ <listitem>
+ <para>By default, Valgrind can handle to up to 500 threads.
+ Occasionally, that number is too small. Use this option to
+ provide a different limit. E.g.
+ <computeroutput>--max-threads=3000</computeroutput>.
+ </para>
+ </listitem>
+ </varlistentry>
+
</variablelist>
<!-- end of xi:include in the manpage -->
|