]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Announce in NEWS the new option --valgrind-stacksize
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Thu, 12 Mar 2015 22:53:18 +0000 (22:53 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Thu, 12 Mar 2015 22:53:18 +0000 (22:53 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15007

NEWS

diff --git a/NEWS b/NEWS
index 024b2d911a3d774f3f9e4971b929a2c8e8586e45..7bcbd54a1fa44ab30ee66915f3be50d358ed58ce 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -30,10 +30,15 @@ Release 3.11.0 is under development, not yet released.
   searching/extracting errors in output files mixing valgrind
   errors with program output.
 
-* New Option --max-threads=<number> can be used to increase the
+* New Option --max-threads=<number> can be used to change the
   number of threads valgrind can handle. The default is 500 threads
   which should be more than enough for most applications.
 
+* New Option --valgrind-stacksize=<number> can be used to change
+  the size of the private thread stacks used by Valgrind.
+  Useful to reduce memory use or increase the stack size if Valgrind
+  segfaults due to stack exhausted.
+
 * Valgrind can be built with Intel's ICC compiler. The required
   compiler version is 14.0 or later.