Skip to content

Commit 4941610

Browse files
committed
Full System Test: StfBuilder uses a dummy SHM segment, since it uses the unmanaged region exclusively anyway
1 parent f8a184f commit 4941610

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

prodtests/full-system-test/datadistribution.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export DATADIST_FILE_READ_COUNT=$NTIMEFRAMES
1515
export TF_DIR=./raw/timeframe
1616
export TFRATE=$(awk "BEGIN {printf \"%.6f\",1/$TFDELAY}")
1717

18-
ARGS_ALL="--session default --severity $SEVERITY --shm-segment-size $SHMSIZE --no-cleanup"
18+
ARGS_ALL="--session default --severity $SEVERITY --shm-segment-id 2 --shm-segment-size 1000000 --no-cleanup"
1919

2020
StfBuilder --id stfb --transport shmem \
2121
--dpl-channel-name dpl-chan --channel-config "name=dpl-chan,type=push,method=bind,address=ipc://@$INRAWCHANNAME,transport=shmem,rateLogging=1" \

0 commit comments

Comments
 (0)