mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
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
8 lines
337 B
Plaintext
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.
|