From 8ec5adc98900d6877ec97b24d13c49f90b306752 Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Tue, 5 Oct 2021 19:57:53 +0200 Subject: 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 --- test/lib/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/lib/setup') diff --git a/test/lib/setup b/test/lib/setup index bb4de5f..a81e91f 100755 --- a/test/lib/setup +++ b/test/lib/setup @@ -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 -- cgit v1.2.3