ftmemsim-valgrind/memcheck/tests/err_disable4.vgtest
Philippe Waroquiers 826502e89a Implement command line option --valgrind-stacksize=<number>
This allows to decrease memory usage when using many threads,
if no big stacksize is needed by Valgrind.
If needed (e.g. for demangling big c++ symbols), the V stacksize
can be increased.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15004
2015-03-12 20:43:46 +00:00

8 lines
337 B
Plaintext

prog: err_disable4
vgopts: -q --num-callers=3 --valgrind-stacksize=131072
## 131072 is the minimum value needed on ppc64 (2 pages of 64K)
stderr_filter: ../../helgrind/tests/filter_stderr
## This is so as to get rid of the "Thread #" lines, which
## otherwise perturb the output due to differences in
## thread scheduling between runs.