We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a80ed5f commit 3f70562Copy full SHA for 3f70562
1 file changed
prodtests/full-system-test/start_tmux.sh
@@ -38,5 +38,5 @@ rm -f /dev/shm/*fmq*
38
tmux \
39
new-session "NUMAID=0 numactl --membind 0 --cpunodebind 0 $MYDIR/dpl-workflow.sh; echo END; sleep 1000" \; \
40
split-window "sleep 30; NUMAID=1 numactl --membind 1 --cpunodebind 1 $MYDIR/dpl-workflow.sh; echo END; sleep 1000" \; \
41
- split-window "sleep 60; SEVERITY=info numactl --interleave=all $MYDIR/$CMD; echo END; sleep 1000" \; \
+ split-window "sleep 60; SEVERITY=debug numactl --interleave=all $MYDIR/$CMD; echo END; sleep 1000" \; \
42
select-layout even-vertical
0 commit comments