mirror of https://github.com/citusdata/citus.git
Merge pull request #2815 from citusdata/fix_valgrind_stack_errors
Increase valgrind's max-stackframepull/2821/head
commit
99f18c55d9
|
@ -232,6 +232,7 @@ exec $valgrindPath \\
|
|||
--trace-children=yes --track-origins=yes --read-var-info=no \\
|
||||
--leak-check=no \\
|
||||
--error-markers=VALGRINDERROR-BEGIN,VALGRINDERROR-END \\
|
||||
--max-stackframe=16000000 \\
|
||||
--log-file=$valgrindLogFile \\
|
||||
$bindir/postgres.orig \\
|
||||
"\$@"
|
||||
|
|
Loading…
Reference in New Issue