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 47ce517 commit b0476bbCopy full SHA for b0476bb
prodtests/full-system-test/aggregator-workflow.sh
@@ -298,7 +298,7 @@ crus="0-359" # to be used with $AGGREGATOR_TASKS == TPC_IDCBOTH_SAC or ALL
298
lanesFactorize=${O2_TPC_IDC_FACTORIZE_NLANES:-12}
299
threadFactorize=${O2_TPC_IDC_FACTORIZE_NTHREADS:-16}
300
nTFs=$((1000 * 128 / ${NHBPERTF}))
301
-nTFs_SAC=$((1000 * 128 / ${NHBPERTF}))
+nTFs_SAC=$((10000 * 128 / ${NHBPERTF}))
302
nBuffer=$((100 * 128 / ${NHBPERTF}))
303
IDC_DELTA="--disable-IDCDelta true" # off by default
304
# deltas are on by default; you need to request explicitly to switch them off;
0 commit comments