We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8a184f commit 4941610Copy full SHA for 4941610
1 file changed
prodtests/full-system-test/datadistribution.sh
@@ -15,7 +15,7 @@ export DATADIST_FILE_READ_COUNT=$NTIMEFRAMES
15
export TF_DIR=./raw/timeframe
16
export TFRATE=$(awk "BEGIN {printf \"%.6f\",1/$TFDELAY}")
17
18
-ARGS_ALL="--session default --severity $SEVERITY --shm-segment-size $SHMSIZE --no-cleanup"
+ARGS_ALL="--session default --severity $SEVERITY --shm-segment-id 2 --shm-segment-size 1000000 --no-cleanup"
19
20
StfBuilder --id stfb --transport shmem \
21
--dpl-channel-name dpl-chan --channel-config "name=dpl-chan,type=push,method=bind,address=ipc://@$INRAWCHANNAME,transport=shmem,rateLogging=1" \
0 commit comments