diff options
Diffstat (limited to 'test/lib')
-rwxr-xr-x | test/lib/setup | 2 |
1 files changed, 1 insertions, 1 deletions
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 |