test/lib/setup: Increase --max-stackframe in commented-out valgrind command
...so that I don't keep fighting with this for pasta clone() calls. Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
parent
d565082f84
commit
8ec5adc989
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ setup_passt_in_ns() {
|
|||
[ ${PCAP} -eq 1 ] && __opts="${__opts} -p /tmp/passt_in_pasta.pcap"
|
||||
[ ${DEBUG} -eq 1 ] && __opts="${__opts} -d"
|
||||
|
||||
#pane_run PASST "valgrind --max-stackframe=2097208 ./passt -f ${__opts} -t 10001,10011 -u 10001,10011"
|
||||
#pane_run PASST "valgrind --max-stackframe=3000000 ./passt -f ${__opts} -t 10001,10011 -u 10001,10011"
|
||||
pane_run PASST "./passt -f ${__opts} -t 10001,10011 -u 10001,10011"
|
||||
sleep 1
|
||||
|
||||
|
|
Loading…
Reference in a new issue