Skip to content

Commit b0476bb

Browse files
rmunzerdavidrohr
authored andcommitted
Decrease SAC writeout rate by 10
1 parent 47ce517 commit b0476bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prodtests/full-system-test/aggregator-workflow.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ crus="0-359" # to be used with $AGGREGATOR_TASKS == TPC_IDCBOTH_SAC or ALL
298298
lanesFactorize=${O2_TPC_IDC_FACTORIZE_NLANES:-12}
299299
threadFactorize=${O2_TPC_IDC_FACTORIZE_NTHREADS:-16}
300300
nTFs=$((1000 * 128 / ${NHBPERTF}))
301-
nTFs_SAC=$((1000 * 128 / ${NHBPERTF}))
301+
nTFs_SAC=$((10000 * 128 / ${NHBPERTF}))
302302
nBuffer=$((100 * 128 / ${NHBPERTF}))
303303
IDC_DELTA="--disable-IDCDelta true" # off by default
304304
# deltas are on by default; you need to request explicitly to switch them off;

0 commit comments

Comments
 (0)